The following document contains the results of Checkstyle 10.5.1-SNAPSHOT with /home/nick/development/contribution/checkstyle-tester/split-check-files/sevntu-check-regression_part_2.xml ruleset. 
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "add" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "addAll" appears 2 times in the file. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Disposing %s" appears 2 times in the file. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 223 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 224 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 225 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 257 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 2 (max allowed is 1). | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 126 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 165 | |
| extension | MoveVariableInsideIf | Variable 'ret' can be moved inside the block at line '223' to restrict runtime creation. | 221 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 267 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 330 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 184 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 259 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "to be implemented" appears 7 times in the file. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "smthing" appears 5 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "list" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'NCALLS'. | 114 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 124 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 125 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "persist" appears 3 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expecting [" appears 2 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "] to equal [" appears 2 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "] on cache " appears 2 times in the file. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 35 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | MoveVariableInsideIf | Variable 'cacheConfiguration' can be moved inside the block at line '159' to restrict runtime creation. | 151 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 87 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 186 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 327 | |
| extension | MultipleStringLiteralsExtended | The String " member: " appears 4 times in the file. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 93 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 230 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 56 position 58 need optimization. All method calls are advised to move to end of logic expression. | 56 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 56 position 78 need optimization. All method calls are advised to move to end of logic expression. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "at injection point " appears 4 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveTypeParameter' method is 4 (max allowed is 1). | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 125 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 212 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 216 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 220 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 261 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 265 | |
| extension | ReturnCountExtended | Return count for 'isAssignableFrom' method is 6 (max allowed is 1). | 350 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 6 (max allowed is 1). | 392 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 513 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 545 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 557 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'boxedClass' method is 2 (max allowed is 1). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "type" appears 2 times in the file. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 282 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 295 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "Method not present " appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String " on " appears 4 times in the file. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 191 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 334 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 373 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 379 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "Installing default producer bean " appears 2 times in the file. | 400 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "pete" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "British" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "manik" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Sri Lankan" appears 3 times in the file. | 42 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "pete" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "British" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "manik" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Sri Lankan" appears 3 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "small" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "pete" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "British" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "manik" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Sri Lankan" appears 3 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "small" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "pete" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "British" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "manik" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Sri Lankan" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache not injected into " appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Boston" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Cache not injected into " appears 3 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "pete" appears 24 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Edinburgh" appears 10 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 2 times in the file. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "beans.xml" appears 2 times in the file. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This parameter cannot be null" appears 2 times in the file. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 55 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "OUTPUT" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "ERROR" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "CACHE" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 11 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 11 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '36' to restrict runtime creation. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "colors" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "history" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "prompt" appears 3 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 24 | |
| extension | MoveVariableInsideIf | Variable 'nextNodeColor' can be moved inside the block at line '102' to restrict runtime creation. | 92 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 187 position 79 need optimization. All method calls are advised to move to end of logic expression. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 79 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 146 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 155 | |
| extension | ReturnCountExtended | Return count for 'renderColor' method is 2 (max allowed is 1). | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user.home" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "Java" appears 2 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 22 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "service:jmx:rmi:///jndi/rmi://localhost:12345/jmxrmi" appears 3 times in the file. | 14 | |
| extension | MultipleStringLiteralsExtended | The String "container" appears 3 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "service:jmx:rmi:///jndi/rmi://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:12345/jmxrmi" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "service:jmx:remoting-jmx://localhost:12345" appears 3 times in the file. | 13 | |
| extension | MultipleStringLiteralsExtended | The String "container" appears 3 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "service:jmx:remoting-jmx://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:12345" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Text" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cmd" appears 4 times in the file. | 11 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 3 times in the file. | 15 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 2 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 30 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 114 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'execute' method is 10 (max allowed is 1). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "%s: {\n" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 78 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 3 times in the file. | 80 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "anothercache" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 5 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "reader" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "writer" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "jack" appears 2 times in the file. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c" appears 5 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "put 'a' 'a';" appears 5 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 5 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "site --status NYC;" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "online" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "site --offline NYC;" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "ok" appears 7 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "site --pushstatus;" appears 2 times in the file. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localhost:" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 153 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 155 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 180 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 364 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 379 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 385 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 394 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 404 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 412 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 420 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 429 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 438 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 446 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 454 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 466 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 478 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 497 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 505 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 515 | |
| extension | ReturnCountExtended | Return count for 'createRemoteCache' method is 3 (max allowed is 1). | 622 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 30 position 25 need optimization. All method calls are advised to move to end of logic expression. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The client listener must use the '" appears 2 times in the file. | 48 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 46 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 48 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 49 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 | |
| extension | MoveVariableInsideIf | Variable 'eventTypes' can be moved inside the block at line '161' to restrict runtime creation. | 160 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 262 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Error when notifying" appears 18 times in the file. | 96 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 132 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 186 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 286 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 293 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 308 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 316 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 323 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 337 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 346 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 353 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 367 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 376 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 383 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 397 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 406 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 413 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 456 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 475 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 582 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 590 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 597 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 620 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 682 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 65 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 222 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'execute' method is 2 (max allowed is 1). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 | |
| extension | MoveVariableInsideIf | Variable 'message' can be moved inside the block at line '99' to restrict runtime creation. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Exception encountered. Retry %d out of %d" appears 2 times in the file. | 88 | |
| extension | MoveVariableInsideIf | Variable 'message' can be moved inside the block at line '110' to restrict runtime creation. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Socket dump: %s" appears 2 times in the file. | 84 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 137 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'readPartialEvent' method is 4 (max allowed is 1). | 132 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 157 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 203 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "key=" appears 3 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String ",dataVersion=" appears 2 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "Socket dump: %s" appears 2 times in the file. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'readPartialEvent' method is 5 (max allowed is 1). | 36 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'toOpRespCode' method is 22 (max allowed is 1). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hotrod" appears 2 times in the file. | 65 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 80 position 38 need optimization. All method calls are advised to move to end of logic expression. | 80 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 118 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Could not connect to server: %s" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Problems writing data to stream" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "End of stream reached!" appears 2 times in the file. | 187 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 299 position 32 need optimization. All method calls are advised to move to end of logic expression. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 149 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 178 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 275 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 290 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 300 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 319 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'bytes2obj' method is 2 (max allowed is 1). | 26 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 38 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 45 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Clear near cache after fail-over of server" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 201 | |
| extension | MoveVariableInsideIf | Variable 'version' can be moved inside the block at line '204' to restrict runtime creation. | 203 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "invalid" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "destroyed" appears 2 times in the file. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 127 position 43 need optimization. All method calls are advised to move to end of logic expression. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "user" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "realm" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "password" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "CRAM-MD5" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 8 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 6 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "false" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 2 times in the file. | 176 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 182 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 183 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 184 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "k6" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "v6" appears 2 times in the file. | 192 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 196 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 197 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 198 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "k7" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "v7" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "k8" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "v8" appears 2 times in the file. | 206 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 213 | |
| extension | OverridableMethodInConstructor | Overridable method 'block' is called in constructor body. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "5000" appears 2 times in the file. | 61 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 81 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "int value is " appears 2 times in the file. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Client topology id is %d, waiting for it to become %d" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "Key" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Value" appears 2 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/test.js" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "testEmbeddedScriptRemoteExecution.js" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "parameter" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "guinness" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "testRemoteScriptRemoteExecution.js" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "hoptimus prime" appears 2 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key" appears 6 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Value" appears 6 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Value2" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "RemoteCache instances should be the same" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Key2" appears 2 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "aKey" appears 68 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "aValue" appears 33 times in the file. | 79 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "otherKey" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "otherValue" appears 5 times in the file. | 81 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 90 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "expected null but received: " appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "anotherValue" appears 12 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "bKey" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "bValue" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "cKey" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "cValue" appears 2 times in the file. | 150 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 159 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 161 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "aNewValue" appears 5 times in the file. | 171 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "aKey2" appears 2 times in the file. | 267 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 275 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 282 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 294 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "0" appears 8 times in the file. | 57 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 12 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 8 times in the file. | 75 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "a2" appears 2 times in the file. | 81 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 85 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "before-block" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "block" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someKey" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 8 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 8 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 6 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "infinispan.client.hotrod.server_list" appears 6 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "localhost:" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan.client.hotrod.ping_on_startup" appears 6 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "boomoo:12345;localhost:" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 47 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 21 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 10 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 20 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 10 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "Obtained " appears 2 times in the file. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1:" appears 4 times in the file. | 85 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "aKey" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "aValue" appears 2 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Members are: " appears 6 times in the file. | 108 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "count=" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 8 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 13 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 8 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 15 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 8 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 21 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 7 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 4 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "k6" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "k7" appears 4 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "k8" appears 4 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "k9" appears 3 times in the file. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 6 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 7 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "k10" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "k11" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "k12" appears 2 times in the file. | 148 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 4 times in the file. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "FailFailFail" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "FailFailFail" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "secret" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 56 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2.2.2.2" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "PLAIN" appears 3 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 6 times in the file. | 64 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 2 times in the file. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 9 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "newone" appears 4 times in the file. | 38 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 121 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 138 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 141 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 33 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 4 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "newone" appears 8 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 7 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 7 times in the file. | 45 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 3 times in the file. | 66 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 26 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "string_key_1" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "user_1" appears 3 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "string_key_1" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "user_1" appears 3 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 206 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 217 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "uno" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Spider" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "user_" appears 6 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 140 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "creationDate" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "not_indexed.proto" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "test description" appears 6 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 7 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "%test%" appears 3 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "test name" appears 4 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "test surname" appears 6 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "1234567890" appears 6 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "notes" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "%567%" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "testing 123" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe's first bank account" appears 4 times in the file. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "accountIds" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "addresses" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "gender" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "notes" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Dark Alley" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 2 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 2 times in the file. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'get' can be moved inside the block at line '75' to restrict runtime creation. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 12 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 15 times in the file. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 15 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 5 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 5 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 3 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Dark Alley" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 5 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Dark Alley" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "not_indexed.proto" appears 2 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-01" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-31" appears 2 times in the file. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 3 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 3 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 140 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "author.proto" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "memo.proto" appears 2 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "Adrian" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "Lorem ipsum" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Sed ut perspiciatis unde omnis iste natus error" appears 2 times in the file. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 61 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "creationDate" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "street" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "postCode" appears 2 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "notIndexedField" appears 2 times in the file. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "accountId" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "amount" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "isDebit" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "accountIds" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "addresses" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "gender" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "notes" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "zero" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 4 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 7 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "noSuchKey" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 12 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 10 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "noSuchKey" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong getTransport() invocation." appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong execute() invocation." appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Induced Failure" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Simulated suspicion" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 25 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Spider" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "user_" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "John1" appears 6 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 59 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Error stopping remote cache manager" appears 2 times in the file. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 103 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 121 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 169 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 218 position 77 need optimization. All method calls are advised to move to end of logic expression. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "Could not find any key owned by " appears 3 times in the file. | 226 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 252 position 43 need optimization. All method calls are advised to move to end of logic expression. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CacheException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 20 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 34 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 11 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 13 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 15 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 17 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'putAll' is called in constructor body. | 93 | |
| extension | ReturnCountExtended | Return count for 'put' method is 2 (max allowed is 1). | 173 | |
| extension | ReturnCountExtended | Return count for 'removeNode' method is 2 (max allowed is 1). | 243 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 332 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 336 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 372 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 372 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ">= 0" appears 3 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | MoveVariableInsideIf | Variable 'tail' can be moved inside the block at line '259' to restrict runtime creation. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | MoveVariableInsideIf | Variable 'tail' can be moved inside the block at line '304' to restrict runtime creation. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ExposedByteArrayOutputStream' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 32 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 43 | |
| extension | ReturnCountExtended | Return count for 'readObject' method is 4 (max allowed is 1). | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | ReturnCountExtended | Return count for 'isMarshallable' method is 3 (max allowed is 1). | 149 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 254 | |
| extension | ReturnCountExtended | Return count for 'getUnmarshaller' method is 2 (max allowed is 1). | 273 | |
| extension | ReturnCountExtended | Return count for 'getMarshaller' method is 2 (max allowed is 1). | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'GenericJBossMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 15 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'GenericJBossMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Super call could be removed: Class 'AbstractFileLookup' does not extend anything. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 60 | |
| extension | ReturnCountExtended | Return count for 'encode3to4' method is 4 (max allowed is 1). | 186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 203 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'inBuff'. | 206 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 210 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 217 | |
| extension | ReturnCountExtended | Return count for 'encodeObject' method is 3 (max allowed is 1). | 266 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 274 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 275 | |
| extension | ReturnCountExtended | Return count for 'encodeBytes' method is 5 (max allowed is 1). | 383 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 385 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 386 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 410 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 414 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 418 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'len43'. | 437 | |
| extension | ReturnCountExtended | Return count for 'decode4to3' method is 4 (max allowed is 1). | 496 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'outBuff'. | 535 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 538 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 5 times in the file. | 539 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 651 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 655 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 659 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 798 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 838 | |
| extension | ReturnCountExtended | Return count for 'read' method is 4 (max allowed is 1). | 915 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 986 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "set" appears 2 times in the file. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 21 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | ReturnCountExtended | Return count for 'findClassesOnPath' method is 2 (max allowed is 1). | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "%s has reference to a class %s that could not be loaded from classpath" appears 2 times in the file. | 121 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 123 | |
| extension | MultipleStringLiteralsExtended | The String " could not load class " appears 2 times in the file. | 125 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "class" appears 2 times in the file. | 141 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | OverridableMethodInConstructor | Overridable method 'putAll' is called in constructor body. | 100 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "(this Map)" appears 2 times in the file. | 202 | |
| extension | ReturnCountExtended | Return count for 'put' method is 2 (max allowed is 1). | 221 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 29 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Index: " appears 3 times in the file. | 256 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 274 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 294 | |
| extension | MultipleStringLiteralsExtended | The String ", Size: " appears 2 times in the file. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 64 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 130 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 161 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 185 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 564 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ImmutableTypedProperties' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 584 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 58 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to invoke method " appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String " on object of type " appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String " with parameters " appears 2 times in the file. | 172 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "is" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 2 times in the file. | 218 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 32 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "JKS" appears 2 times in the file. | 33 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 | |
| extension | ReturnCountExtended | Return count for 'replaceProperties' method is 2 (max allowed is 1). | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to instantiate class " appears 3 times in the file. | 101 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot load null class!" appears 2 times in the file. | 255 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 293 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 302 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 403 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 411 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 425 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 433 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 439 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 448 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 4 times in the file. | 460 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 477 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 542 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 557 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 13 times in the file. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 2 times in the file. | 631 | |
| extension | MultipleStringLiteralsExtended | The String "> (a " appears 3 times in the file. | 632 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 632 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 699 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 745 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 49 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 194 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 475 | |
| extension | MoveVariableInsideIf | Variable 'c' can be moved inside the block at line '556' to restrict runtime creation. | 544 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 626 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 674 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 686 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 694 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 705 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 3 (max allowed is 1). | 718 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 720 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 731 | |
| extension | ReturnCountExtended | Return count for 'size' method is 2 (max allowed is 1). | 757 | |
| extension | ReturnCountExtended | Return count for 'containsValue' method is 3 (max allowed is 1). | 847 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 57 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ThreadLocalRandom' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "n must be positive" appears 2 times in the file. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 442 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 517 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 634 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 733 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 945 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 956 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 964 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1062 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1062 | |
| extension | ReturnCountExtended | Return count for 'findIfEntriesNeedEvicting' method is 2 (max allowed is 1). | 1249 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1260 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1297 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1380 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1380 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1744 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1750 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1762 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1771 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1805 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1811 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1817 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1830 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1836 | |
| extension | MultipleStringLiteralsExtended | The String "segments" appears 2 times in the file. | 1837 | |
| extension | MultipleStringLiteralsExtended | The String "segmentMask" appears 2 times in the file. | 1838 | |
| extension | MultipleStringLiteralsExtended | The String "segmentShift" appears 2 times in the file. | 1839 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1884 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 1886 | |
| extension | MoveVariableInsideIf | Variable 'e' can be moved inside the block at line '1,900' to restrict runtime creation. | 1899 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1917 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1918 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1926 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 1965 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1974 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1974 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1974 | |
| extension | MoveVariableInsideIf | Variable 'as' can be moved inside the block at line '1,977' to restrict runtime creation. | 1974 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1974 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '1,977' to restrict runtime creation. | 1974 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '1,977' to restrict runtime creation. | 1974 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,982 position 63 need optimization. All method calls are advised to move to end of logic expression. | 1982 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,983 position 36 need optimization. All method calls are advised to move to end of logic expression. | 1983 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1996 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2042 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2049 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2059 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2064 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2069 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2074 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2077 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2078 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2079 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2095 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2111 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2138 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity cannot be greater than maxSize" appears 2 times in the file. | 2146 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2148 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2175 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2185 | |
| extension | OverridableMethodInConstructor | Overridable method 'putAll' is called in constructor body. | 2189 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2207 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2231 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2253 | |
| extension | ReturnCountExtended | Return count for 'get' method is 4 (max allowed is 1). | 2276 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2277 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2277 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2277 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '2,279' to restrict runtime creation. | 2277 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2277 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2277 | |
| extension | MoveVariableInsideIf | Variable 'eh' can be moved inside the block at line '2,279' to restrict runtime creation. | 2277 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '2,279' to restrict runtime creation. | 2277 | |
| extension | ReturnCountExtended | Return count for 'innerPeek' method is 4 (max allowed is 1). | 2323 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2324 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2324 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2324 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '2,326' to restrict runtime creation. | 2324 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2324 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2324 | |
| extension | MoveVariableInsideIf | Variable 'eh' can be moved inside the block at line '2,326' to restrict runtime creation. | 2324 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '2,326' to restrict runtime creation. | 2324 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2375 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2406 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2407 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2407 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2428 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '2,446' to restrict runtime creation. | 2445 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2538 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2538 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2551 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2551 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2597 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2663 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2761 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2786 | |
| extension | MoveVariableInsideIf | Variable 'k' can be moved inside the block at line '2,794' to restrict runtime creation. | 2792 | |
| extension | MultipleStringLiteralsExtended | The String "(this Map)" appears 2 times in the file. | 2795 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2827 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2837 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2895 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2919 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2962 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2963 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2977 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2991 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3088 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3101 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3146 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3147 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3151 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3179 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '3,196' to restrict runtime creation. | 3195 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3211 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3267 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3267 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3279 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3279 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3311 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3367 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3368 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3368 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3372 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3400 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3400 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3446 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 3451 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3518 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3519 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3519 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3541 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3541 | |
| extension | ReturnCountExtended | Return count for 'find' method is 3 (max allowed is 1). | 3741 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3744 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3749 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3795 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3828 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3828 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3831 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3831 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3831 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,833 position 56 need optimization. All method calls are advised to move to end of logic expression. | 3833 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,834 position 26 need optimization. All method calls are advised to move to end of logic expression. | 3834 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,834 position 53 need optimization. All method calls are advised to move to end of logic expression. | 3834 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3848 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3848 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3848 | |
| extension | RedundantReturn | Redundant return. | 3866 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3873 | |
| extension | MoveVariableInsideIf | Variable 'sc' can be moved inside the block at line '3,874' to restrict runtime creation. | 3873 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 3877 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3902 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3943 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3951 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 3959 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3962 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3963 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3965 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 3974 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4003 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4023 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4023 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4038 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4039 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4040 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4084 | |
| extension | MoveVariableInsideIf | Variable 'b' can be moved inside the block at line '4,085' to restrict runtime creation. | 4084 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '4,085' to restrict runtime creation. | 4084 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 4,088 position 50 need optimization. All method calls are advised to move to end of logic expression. | 4088 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4091 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4112 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4159 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4159 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4159 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4160 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 4221 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 4229 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4235 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4248 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '4,260' to restrict runtime creation. | 4259 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4323 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '4,324' to restrict runtime creation. | 4323 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4332 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 4334 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 4360 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4361 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4361 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4378 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '4,389' to restrict runtime creation. | 4388 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4390 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 4400 | |
| extension | ReturnCountExtended | Return count for 'removeTreeNode' method is 3 (max allowed is 1). | 4427 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4430 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4450 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4528 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '4,529' to restrict runtime creation. | 4528 | |
| extension | MoveVariableInsideIf | Variable 'rl' can be moved inside the block at line '4,529' to restrict runtime creation. | 4528 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4546 | |
| extension | MoveVariableInsideIf | Variable 'lr' can be moved inside the block at line '4,547' to restrict runtime creation. | 4546 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '4,547' to restrict runtime creation. | 4546 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4565 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4619 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4640 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 4656 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4678 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 4694 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4713 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4734 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4735 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 4742 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4786 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 4803 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4808 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4808 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 4,814 position 42 need optimization. All method calls are advised to move to end of logic expression. | 4814 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4855 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 4856 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 4991 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4996 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4996 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4997 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5031 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5066 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5103 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 5,147 position 56 need optimization. All method calls are advised to move to end of logic expression. | 5147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 5911 | |
| extension | ReturnCountExtended | Return count for 'toArray' method is 2 (max allowed is 1). | 5936 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6053 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 6131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6208 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6227 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6227 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 6228 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6236 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6236 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 6237 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6270 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 6283 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6301 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 6347 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6352 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6352 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 6,358 position 46 need optimization. All method calls are advised to move to end of logic expression. | 6358 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6395 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6423 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6453 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6465 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6487 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6520 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6555 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6591 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6603 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6631 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6669 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 6678 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6713 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 6722 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6757 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6801 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 6810 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6832 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6840 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6844 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 6854 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6859 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6863 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '6,864' to restrict runtime creation. | 6863 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 6865 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6879 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6887 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6891 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6906 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6910 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '6,911' to restrict runtime creation. | 6910 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 6912 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6926 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6934 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6938 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6951 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6955 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '6,956' to restrict runtime creation. | 6955 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 6957 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6972 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6982 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6988 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7004 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7008 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '7,009' to restrict runtime creation. | 7008 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 7010 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7025 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7035 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7041 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7057 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7061 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '7,062' to restrict runtime creation. | 7061 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 7063 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7078 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7088 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7094 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7110 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7114 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '7,115' to restrict runtime creation. | 7114 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 7116 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7131 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7141 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7147 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7166 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7170 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '7,171' to restrict runtime creation. | 7170 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 7172 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7188 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7199 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7206 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7218 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7237 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7248 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7255 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7267 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7286 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7297 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7304 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7316 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7335 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7346 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7353 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7365 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7384 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7395 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7402 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7414 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7433 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7444 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7451 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7463 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7482 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7493 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7500 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7512 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7531 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7542 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7549 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7561 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7580 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7591 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7598 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7610 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7629 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7640 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7647 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7659 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7678 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7689 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7696 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7708 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7727 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 7738 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7745 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7757 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7776 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 7800 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 7806 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 7810 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '7,812' to restrict runtime creation. | 7810 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 7834 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 7835 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 7835 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '7,836' to restrict runtime creation. | 7835 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 7835 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '7,840' to restrict runtime creation. | 7839 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 7844 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 7844 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7911 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7912 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7913 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7914 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7915 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7916 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7917 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 7918 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 7941 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 7971 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 478 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 487 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 533 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 546 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 570 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 658 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 671 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 672 position 46 need optimization. All method calls are advised to move to end of logic expression. | 672 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 673 position 44 need optimization. All method calls are advised to move to end of logic expression. | 673 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 706 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 707 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 713 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 743 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | MultipleStringLiteralsExtended | The String "segments" appears 2 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "segmentMask" appears 2 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "segmentShift" appears 2 times in the file. | 618 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 657 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 659 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 666 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 666 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 667 | |
| extension | MoveVariableInsideIf | Variable 'e' can be moved inside the block at line '679' to restrict runtime creation. | 678 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 724 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 733 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 733 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 733 | |
| extension | MoveVariableInsideIf | Variable 'as' can be moved inside the block at line '736' to restrict runtime creation. | 733 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 733 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '736' to restrict runtime creation. | 733 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '736' to restrict runtime creation. | 733 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 741 position 63 need optimization. All method calls are advised to move to end of logic expression. | 741 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 742 position 36 need optimization. All method calls are advised to move to end of logic expression. | 742 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 756 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 802 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 809 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 819 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 824 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 829 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 834 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 837 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 838 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 839 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 850 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 867 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 872 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 883 | |
| extension | OverridableMethodInConstructor | Overridable method 'putAll' is called in constructor body. | 887 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 905 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 928 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 949 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 973 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 973 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 973 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '975' to restrict runtime creation. | 973 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 973 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 973 | |
| extension | MoveVariableInsideIf | Variable 'eh' can be moved inside the block at line '975' to restrict runtime creation. | 973 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '975' to restrict runtime creation. | 973 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1020 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1052 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1053 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1053 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1069 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '1,080' to restrict runtime creation. | 1079 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1146 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1146 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1159 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1159 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1328 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1349 | |
| extension | MultipleStringLiteralsExtended | The String "(this Map)" appears 2 times in the file. | 1357 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1386 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1394 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1452 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1473 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1515 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1516 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1530 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1544 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1546 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1641 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1652 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1695 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1696 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1696 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1700 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1724 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1725 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '1,733' to restrict runtime creation. | 1732 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1745 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1798 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1798 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1810 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1810 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1836 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1888 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1889 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1889 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1893 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1918 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1918 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1951 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2013 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2014 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2014 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2031 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2031 | |
| extension | ReturnCountExtended | Return count for 'find' method is 3 (max allowed is 1). | 2216 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2219 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2224 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2270 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2303 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2303 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2306 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2306 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2306 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,308 position 56 need optimization. All method calls are advised to move to end of logic expression. | 2308 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,309 position 26 need optimization. All method calls are advised to move to end of logic expression. | 2309 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,309 position 53 need optimization. All method calls are advised to move to end of logic expression. | 2309 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2321 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2321 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2321 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2345 | |
| extension | MoveVariableInsideIf | Variable 'sc' can be moved inside the block at line '2,346' to restrict runtime creation. | 2345 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2349 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2374 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2415 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2423 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2431 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2434 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2435 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2437 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2446 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2475 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2495 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2495 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2508 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2509 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2510 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2513 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2554 | |
| extension | MoveVariableInsideIf | Variable 'b' can be moved inside the block at line '2,555' to restrict runtime creation. | 2554 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2554 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '2,555' to restrict runtime creation. | 2554 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,558 position 50 need optimization. All method calls are advised to move to end of logic expression. | 2558 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2561 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2564 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2583 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2585 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2626 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2626 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2626 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2627 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2683 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2691 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2696 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2709 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '2,721' to restrict runtime creation. | 2720 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2784 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '2,785' to restrict runtime creation. | 2784 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2793 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2795 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2821 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2822 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2822 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2837 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '2,848' to restrict runtime creation. | 2847 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2849 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 2857 | |
| extension | ReturnCountExtended | Return count for 'removeTreeNode' method is 3 (max allowed is 1). | 2884 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2887 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2907 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2985 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '2,986' to restrict runtime creation. | 2985 | |
| extension | MoveVariableInsideIf | Variable 'rl' can be moved inside the block at line '2,986' to restrict runtime creation. | 2985 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3003 | |
| extension | MoveVariableInsideIf | Variable 'lr' can be moved inside the block at line '3,004' to restrict runtime creation. | 3003 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '3,004' to restrict runtime creation. | 3003 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3022 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3076 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3097 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 3113 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3135 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 3151 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3170 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3191 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3192 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3199 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3243 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 3260 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3265 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3265 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,271 position 42 need optimization. All method calls are advised to move to end of logic expression. | 3271 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3312 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 3313 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 3426 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3431 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3431 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3432 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3466 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3501 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3538 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,575 position 56 need optimization. All method calls are advised to move to end of logic expression. | 3575 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4333 | |
| extension | ReturnCountExtended | Return count for 'toArray' method is 2 (max allowed is 1). | 4358 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 4475 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4553 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4570 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4628 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4647 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4647 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4648 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4656 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4656 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4657 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4690 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4700 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4717 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 4757 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4762 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4762 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4762 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 4,768 position 46 need optimization. All method calls are advised to move to end of logic expression. | 4768 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4805 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4832 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4859 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4886 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4916 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4949 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4982 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5016 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5051 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5060 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5095 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5104 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5139 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5183 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5192 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5214 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5222 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5226 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 5236 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5241 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5245 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,246' to restrict runtime creation. | 5245 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5247 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5261 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5269 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5273 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5288 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5292 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,293' to restrict runtime creation. | 5292 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5294 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5308 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5316 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5320 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5333 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5337 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,338' to restrict runtime creation. | 5337 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5339 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5354 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5364 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5370 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5386 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5390 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,391' to restrict runtime creation. | 5390 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5392 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5407 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5417 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5423 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5439 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5443 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,444' to restrict runtime creation. | 5443 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5445 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5460 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5470 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5476 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5492 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5496 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,497' to restrict runtime creation. | 5496 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5498 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5513 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5523 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5529 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5545 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5549 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,550' to restrict runtime creation. | 5549 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5551 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5567 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5578 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5585 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5597 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5616 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5627 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5634 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5646 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5665 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5676 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5683 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5695 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5714 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5725 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5732 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5744 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5763 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5774 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5781 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5793 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5812 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5823 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5830 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5842 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5861 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5872 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5879 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5891 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5910 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5921 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5928 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5940 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5959 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5970 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5977 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5989 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6008 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6019 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6026 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6038 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6057 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6068 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6075 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6087 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6106 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6117 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6124 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6136 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6155 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 6179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6185 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6189 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '6,191' to restrict runtime creation. | 6189 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 6213 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6214 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6214 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '6,215' to restrict runtime creation. | 6214 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6214 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '6,219' to restrict runtime creation. | 6218 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6223 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6223 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6290 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6292 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6294 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6296 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6297 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 6320 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 6350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 652 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 671 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 672 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 698 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 698 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 700 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 716 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '718' to restrict runtime creation. | 716 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 717 | |
| extension | MoveVariableInsideIf | Variable 'm' can be moved inside the block at line '718' to restrict runtime creation. | 717 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '718' to restrict runtime creation. | 717 | |
| extension | MoveVariableInsideIf | Variable 's' can be moved inside the block at line '718' to restrict runtime creation. | 717 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 740 | |
| extension | MoveVariableInsideIf | Variable 'j' can be moved inside the block at line '750' to restrict runtime creation. | 748 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 763 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 763 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '764' to restrict runtime creation. | 763 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 784 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '785' to restrict runtime creation. | 784 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 787 position 73 need optimization. All method calls are advised to move to end of logic expression. | 787 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 801 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 801 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 832 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 845 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 886 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 886 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 886 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 886 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 889 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 915 | |
| extension | MoveVariableInsideIf | Variable 'empty' can be moved inside the block at line '917' to restrict runtime creation. | 915 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 916 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 916 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 919 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 960 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 960 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 966 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 966 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1017 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1018 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,020 position 67 need optimization. All method calls are advised to move to end of logic expression. | 1020 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,021 position 49 need optimization. All method calls are advised to move to end of logic expression. | 1021 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1026 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1027 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1028 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1029 | |
| extension | MultipleStringLiteralsExtended | The String "qlock" appears 2 times in the file. | 1036 | |
| extension | MultipleStringLiteralsExtended | The String "data type scale not a power of two" appears 2 times in the file. | 1040 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1042 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 1054 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1070 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1088 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1176 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1177 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1181 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1186 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1189 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1191 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1195 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1199 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1200 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1202 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1203 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1207 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1221 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1234 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1246 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1247 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1258 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1264 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1264 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1280 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1311 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1312 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1326 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1348 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1348 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1348 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 1,353 position 33 need optimization. All method calls are advised to move to end of logic expression. | 1353 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1362 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1400 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1420 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,424 position 38 need optimization. All method calls are advised to move to end of logic expression. | 1424 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,424 position 51 need optimization. All method calls are advised to move to end of logic expression. | 1424 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1426 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1426 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1426 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1426 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1427 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1433 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1468 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1468 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1468 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1468 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '1,469' to restrict runtime creation. | 1468 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,469 position 41 need optimization. All method calls are advised to move to end of logic expression. | 1469 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,469 position 54 need optimization. All method calls are advised to move to end of logic expression. | 1469 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,470 position 38 need optimization. All method calls are advised to move to end of logic expression. | 1470 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1470 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,470 position 68 need optimization. All method calls are advised to move to end of logic expression. | 1470 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1473 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1508 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1508 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1508 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,511 position 39 need optimization. All method calls are advised to move to end of logic expression. | 1511 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1528 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1595 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1595 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1595 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1595 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1595 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1596 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1600 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1671 | |
| extension | MoveVariableInsideIf | Variable 'ps' can be moved inside the block at line '1,673' to restrict runtime creation. | 1672 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1679 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1679 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1698 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1698 | |
| extension | MoveVariableInsideIf | Variable 'h' can be moved inside the block at line '1,708' to restrict runtime creation. | 1698 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1698 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1698 | |
| extension | MoveVariableInsideIf | Variable 'sc' can be moved inside the block at line '1,699' to restrict runtime creation. | 1698 | |
| extension | MoveVariableInsideIf | Variable 'q' can be moved inside the block at line '1,708' to restrict runtime creation. | 1698 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1711 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1734 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1734 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1734 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1735 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1743 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,775 position 40 need optimization. All method calls are advised to move to end of logic expression. | 1775 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,775 position 61 need optimization. All method calls are advised to move to end of logic expression. | 1775 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1781 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1811 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1811 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1811 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1811 | |
| extension | MoveVariableInsideIf | Variable 'c' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1811 | |
| extension | MoveVariableInsideIf | Variable 'e' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MoveVariableInsideIf | Variable 'i' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MoveVariableInsideIf | Variable 's' can be moved inside the block at line '1,812' to restrict runtime creation. | 1811 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1815 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1817 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1827 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1862 | |
| extension | MoveVariableInsideIf | Variable 'steps' can be moved inside the block at line '1,863' to restrict runtime creation. | 1862 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1866 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1866 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1867 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1867 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1876 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1889 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1890 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1938 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1938 | |
| extension | MoveVariableInsideIf | Variable 'q' can be moved inside the block at line '1,939' to restrict runtime creation. | 1938 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1938 | |
| extension | MoveVariableInsideIf | Variable 's' can be moved inside the block at line '1,939' to restrict runtime creation. | 1938 | |
| extension | MoveVariableInsideIf | Variable 'u' can be moved inside the block at line '1,939' to restrict runtime creation. | 1938 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1941 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1941 | |
| extension | ReturnCountExtended | Return count for 'tryCompensate' method is 2 (max allowed is 1). | 1964 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1965 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1965 | |
| extension | MoveVariableInsideIf | Variable 'i' can be moved inside the block at line '1,967' to restrict runtime creation. | 1965 | |
| extension | MoveVariableInsideIf | Variable 'pc' can be moved inside the block at line '1,967' to restrict runtime creation. | 1965 | |
| extension | MoveVariableInsideIf | Variable 'tc' can be moved inside the block at line '1,967' to restrict runtime creation. | 1965 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1966 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1966 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '1,967' to restrict runtime creation. | 1966 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '1,967' to restrict runtime creation. | 1966 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1970 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1997 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,029 position 64 need optimization. All method calls are advised to move to end of logic expression. | 2029 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,033 position 42 need optimization. All method calls are advised to move to end of logic expression. | 2033 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2093 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2093 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2093 | |
| extension | MoveVariableInsideIf | Variable 'q' can be moved inside the block at line '2,094' to restrict runtime creation. | 2093 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2114 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2114 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2114 | |
| extension | MoveVariableInsideIf | Variable 'b' can be moved inside the block at line '2,120' to restrict runtime creation. | 2114 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2152 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2212 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2212 | |
| extension | MoveVariableInsideIf | Variable 'wt' can be moved inside the block at line '2,213' to restrict runtime creation. | 2212 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2212 | |
| extension | MoveVariableInsideIf | Variable 'pool' can be moved inside the block at line '2,213' to restrict runtime creation. | 2212 | |
| extension | MoveVariableInsideIf | Variable 'q' can be moved inside the block at line '2,213' to restrict runtime creation. | 2212 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 2213 | |
| extension | ReturnCountExtended | Return count for 'tryTerminate' method is 3 (max allowed is 1). | 2242 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2266 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,269' to restrict runtime creation. | 2266 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2284 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2284 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,285' to restrict runtime creation. | 2284 | |
| extension | MoveVariableInsideIf | Variable 'wt' can be moved inside the block at line '2,285' to restrict runtime creation. | 2284 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2296 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2305 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2305 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2305 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2309 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2333 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2333 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2333 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,334 position 45 need optimization. All method calls are advised to move to end of logic expression. | 2334 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,335 position 41 need optimization. All method calls are advised to move to end of logic expression. | 2335 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,336 position 48 need optimization. All method calls are advised to move to end of logic expression. | 2336 | |
| extension | ReturnCountExtended | Return count for 'tryExternalUnpush' method is 2 (max allowed is 1). | 2344 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2345 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2345 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2345 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2346 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2346 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,348 position 43 need optimization. All method calls are advised to move to end of logic expression. | 2348 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,349 position 33 need optimization. All method calls are advised to move to end of logic expression. | 2349 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,350 position 40 need optimization. All method calls are advised to move to end of logic expression. | 2350 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,351 position 37 need optimization. All method calls are advised to move to end of logic expression. | 2351 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,352 position 50 need optimization. All method calls are advised to move to end of logic expression. | 2352 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,353 position 34 need optimization. All method calls are advised to move to end of logic expression. | 2353 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2376 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2377 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2379 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2380 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2380 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2380 | |
| extension | MoveVariableInsideIf | Variable 'o' can be moved inside the block at line '2,381' to restrict runtime creation. | 2380 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2385 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2422 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2422 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2422 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2422 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2423 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2423 | |
| extension | MoveVariableInsideIf | Variable 's' can be moved inside the block at line '2,424' to restrict runtime creation. | 2423 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,425 position 43 need optimization. All method calls are advised to move to end of logic expression. | 2425 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,426 position 33 need optimization. All method calls are advised to move to end of logic expression. | 2426 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,427 position 40 need optimization. All method calls are advised to move to end of logic expression. | 2427 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,428 position 37 need optimization. All method calls are advised to move to end of logic expression. | 2428 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,429 position 50 need optimization. All method calls are advised to move to end of logic expression. | 2429 | |
| extension | MoveVariableInsideIf | Variable 'am' can be moved inside the block at line '2,432' to restrict runtime creation. | 2431 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2470 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2489 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2517 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2542 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2649 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2660 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2690 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2695 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2699 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2705 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 2725 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 2744 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2780 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,781' to restrict runtime creation. | 2780 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2830 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,831' to restrict runtime creation. | 2830 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2852 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,853' to restrict runtime creation. | 2852 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2871 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,872' to restrict runtime creation. | 2871 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2888 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,889' to restrict runtime creation. | 2888 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2906 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2906 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,907' to restrict runtime creation. | 2906 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '2,907' to restrict runtime creation. | 2906 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2935 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2935 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,936' to restrict runtime creation. | 2935 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '2,936' to restrict runtime creation. | 2935 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2958 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2958 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2961 | |
| extension | MoveVariableInsideIf | Variable 'w' can be moved inside the block at line '2,962' to restrict runtime creation. | 2961 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2977 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 2983 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3049 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3068 | |
| extension | ReturnCountExtended | Return count for 'awaitTermination' method is 2 (max allowed is 1). | 3095 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3109 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,110 position 44 need optimization. All method calls are advised to move to end of logic expression. | 3110 | |
| extension | ReturnCountExtended | Return count for 'awaitQuiescence' method is 3 (max allowed is 1). | 3132 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3143 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,145 position 28 need optimization. All method calls are advised to move to end of logic expression. | 3145 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,145 position 57 need optimization. All method calls are advised to move to end of logic expression. | 3145 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3154 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '3,155' to restrict runtime creation. | 3154 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3154 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3276 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3276 | |
| extension | MoveVariableInsideIf | Variable 'q' can be moved inside the block at line '3,277' to restrict runtime creation. | 3276 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3276 | |
| extension | MoveVariableInsideIf | Variable 'u' can be moved inside the block at line '3,277' to restrict runtime creation. | 3276 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3319 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3320 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3321 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3322 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3323 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3324 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3325 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3326 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3327 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3354 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 3379 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 3382 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3386 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 3425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 261 | |
| extension | MoveVariableInsideIf | Variable 'completed' can be moved inside the block at line '262' to restrict runtime creation. | 261 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 265 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 344 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 344 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 344 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 359 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 359 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 377 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 378 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 379 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 384 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 425 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 469 | |
| extension | ReturnCountExtended | Return count for 'getThrowableException' method is 3 (max allowed is 1). | 519 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 556 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 715 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 749 position 40 need optimization. All method calls are advised to move to end of logic expression. | 749 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 800 position 40 need optimization. All method calls are advised to move to end of logic expression. | 800 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 885 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 926 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 986 | |
| extension | MoveVariableInsideIf | Variable 'ms' can be moved inside the block at line '988' to restrict runtime creation. | 986 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 1147 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1161 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1237 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1275 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1346 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 1347 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1350 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1367 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1381 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 1382 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1439 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1465 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1467 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1478 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 52 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 52 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 61 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 61 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 61 | |
| extension | MoveVariableInsideIf | Variable 'v' can be moved inside the block at line '62' to restrict runtime creation. | 61 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 61 | |
| extension | MoveVariableInsideIf | Variable 'hc' can be moved inside the block at line '62' to restrict runtime creation. | 61 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 61 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '62' to restrict runtime creation. | 61 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '62' to restrict runtime creation. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 92 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 209 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 210 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 210 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '211' to restrict runtime creation. | 210 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 210 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '215' to restrict runtime creation. | 214 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 218 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 301 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 302 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 311 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 50 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 | |
| extension | OverridableMethodInConstructor | Overridable method 'defaultNode' is called in constructor body. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 125 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 158 | |
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'startNode'. | 159 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 170 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 216 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 233 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 252 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 255 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 276 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 285 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 288 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 311 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 318 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 352 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 353 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 357 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 378 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 433 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 437 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 467 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 471 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 504 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 507 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 510 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 520 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 534 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 537 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 540 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 550 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 558 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 567 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 589 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 598 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 625 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 630 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 639 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 654 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 657 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 673 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 677 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 683 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 684 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 685 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 698 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 703 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 721 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 97 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 143 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 19 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 20 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Address " appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String " is no longer in the cluster" appears 2 times in the file. | 120 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 251 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 263 position 66 need optimization. All method calls are advised to move to end of logic expression. | 263 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 77 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getDeltaMapForWrite' method is 2 (max allowed is 1). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '110' to restrict runtime creation. | 107 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 160 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 | |
| extension | ReturnCountExtended | Return count for 'startBatch' method is 2 (max allowed is 1). | 34 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 39 position 57 need optimization. All method calls are advised to move to end of logic expression. | 39 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Null keys are not supported!" appears 2 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Null values are not supported!" appears 2 times in the file. | 228 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 687 | |
| extension | MoveVariableInsideIf | Variable 'txInjected' can be moved inside the block at line '783' to restrict runtime creation. | 782 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 783 position 67 need optimization. All method calls are advised to move to end of logic expression. | 783 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot lock empty list of keys" appears 2 times in the file. | 830 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 964 | |
| extension | MultipleStringLiteralsExtended | The String "Invocation batching not enabled in current configuration! Please enable it." appears 2 times in the file. | 987 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1226 | |
| extension | MultipleStringLiteralsExtended | The String "Finished notifying" appears 2 times in the file. | 1236 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1237 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while notifying the future" appears 2 times in the file. | 1238 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1265 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1275 | |
| extension | MultipleStringLiteralsExtended | The String "Error when notifying" appears 16 times in the file. | 1276 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1282 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1307 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1314 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1335 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1352 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1369 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1379 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1386 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1403 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1413 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1420 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1441 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1451 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1458 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1479 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1489 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1496 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1526 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1535 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1542 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1649 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1657 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1670 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1754 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 373 position 60 need optimization. All method calls are advised to move to end of logic expression. | 373 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 406 position 60 need optimization. All method calls are advised to move to end of logic expression. | 406 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'fromStream' method is 2 (max allowed is 1). | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown command id " appears 4 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "!" appears 4 times in the file. | 143 | |
| extension | ReturnCountExtended | Return count for 'fromStream' method is 2 (max allowed is 1). | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 73 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'toArray' method is 2 (max allowed is 1). | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 130 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'perform' method is 2 (max allowed is 1). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'perform' method is 2 (max allowed is 1). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'perform' method is 3 (max allowed is 1). | 93 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 117 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 136 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 163 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 179 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 70 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 119 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 | |
| extension | ReturnCountExtended | Return count for 'perform' method is 2 (max allowed is 1). | 81 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 107 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 78 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 85 | |
| extension | ReturnCountExtended | Return count for 'perform' method is 2 (max allowed is 1). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 95 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 117 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setValue' is called in constructor body. | 45 | |
| extension | ReturnCountExtended | Return count for 'perform' method is 4 (max allowed is 1). | 75 | |
| extension | MoveVariableInsideIf | Variable 'entryValue' can be moved inside the block at line '90' to restrict runtime creation. | 89 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 94 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 134 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 224 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 | |
| extension | ReturnCountExtended | Return count for 'perform' method is 4 (max allowed is 1). | 62 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 166 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 214 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 215 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'old' can be moved inside the block at line '70' to restrict runtime creation. | 69 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 70 | |
| extension | MoveVariableInsideIf | Variable 'previousValue' can be moved inside the block at line '95' to restrict runtime creation. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 13 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 23 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 23 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 80 position 31 need optimization. All method calls are advised to move to end of logic expression. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "shared" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 198 | |
| extension | MoveVariableInsideIf | Variable 'typedProperties' can be moved inside the block at line '206' to restrict runtime creation. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 12 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 13 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 20 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 18 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 26 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toString" appears 3 times in the file. | 28 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 29 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'PropertyFormatter' does not extend anything. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 17 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 220 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 17 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "' encountered" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "' has already been declared" appears 2 times in the file. | 142 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "stack-" appears 2 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "stackFilePath-" appears 2 times in the file. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "\\s+" appears 2 times in the file. | 644 | |
| extension | MoveVariableInsideIf | Variable 'builder' can be moved inside the block at line '1,827' to restrict runtime creation. | 1787 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1992 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "stack-" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "stackFilePath-" appears 2 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "\\s+" appears 2 times in the file. | 645 | |
| extension | MoveVariableInsideIf | Variable 'builder' can be moved inside the block at line '1,828' to restrict runtime creation. | 1788 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1993 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "stack-" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "stackFilePath-" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "\\s+" appears 2 times in the file. | 654 | |
| extension | MoveVariableInsideIf | Variable 'builder' can be moved inside the block at line '1,837' to restrict runtime creation. | 1797 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 2002 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 302 | |
| extension | ReturnCountExtended | Return count for 'getDocumentRoot' method is 2 (max allowed is 1). | 346 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 365 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 420 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 430 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to invoke setter " appears 2 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String " on " appears 2 times in the file. | 455 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 460 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 484 | |
| extension | MoveVariableInsideIf | Variable 'name' can be moved inside the block at line '520' to restrict runtime creation. | 517 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 539 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Store %s in container" appears 3 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "No filter specified" appears 2 times in the file. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "No action specified" appears 2 times in the file. | 405 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 | |
| extension | ReturnCountExtended | Return count for 'wrapEntryForReading' method is 3 (max allowed is 1). | 68 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 81 position 60 need optimization. All method calls are advised to move to end of logic expression. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Wrap %s for read. Entry=%s" appears 3 times in the file. | 87 | |
| extension | ReturnCountExtended | Return count for 'wrapEntryForPut' method is 2 (max allowed is 1). | 160 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 164 position 52 need optimization. All method calls are advised to move to end of logic expression. | 164 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 176 position 66 need optimization. All method calls are advised to move to end of logic expression. | 176 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "Update metadata for %s. Provided metadata is %s" appears 2 times in the file. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 139 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 155 position 42 need optimization. All method calls are advised to move to end of logic expression. | 155 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 171 | |
| extension | ReturnCountExtended | Return count for 'updateMetadataUnawareEntry' method is 4 (max allowed is 1). | 178 | |
| extension | ReturnCountExtended | Return count for 'updateMetadataAwareEntry' method is 5 (max allowed is 1). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 38 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 68 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 78 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 129 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'performWriteSkewCheck' method is 3 (max allowed is 1). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 70 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 329 position 22 need optimization. All method calls are advised to move to end of logic expression. | 329 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 29 | |
| extension | MoveVariableInsideIf | Variable 'ahm' can be moved inside the block at line '157' to restrict runtime creation. | 151 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 314 position 22 need optimization. All method calls are advised to move to end of logic expression. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'rank' can be moved inside the block at line '127' to restrict runtime creation. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 36 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 49 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 100 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 101 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 108 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DefaultExecutorService' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 161 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 172 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'timed'. | 314 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 349 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 387 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 447 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 468 | |
| extension | ReturnCountExtended | Return count for 'submitEverywhere' method is 2 (max allowed is 1). | 492 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 495 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 566 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 567 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 579 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 584 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 594 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 629 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'RandomNodeTaskFailoverPolicy' does not extend anything. | 662 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'NoTaskFailoverPolicy' does not extend anything. | 688 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 756 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 810 | |
| extension | ReturnCountExtended | Return count for 'innerGet' method is 2 (max allowed is 1). | 851 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 862 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 868 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 874 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 945 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 968 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 975 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1005 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1042 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1061 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 1135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 1136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "For m/r task %s invoking %s with input keys %s" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "Map phase for task %s took %s milliseconds" appears 2 times in the file. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 240 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 266 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 269 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 325 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 340 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 345 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 361 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 375 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MapCombineTask' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 423 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 466 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 145 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 150 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 153 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 154 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 155 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid configuration name " appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String ", cacheConfigurationName cannot be null or empty" appears 2 times in the file. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid cache name" appears 2 times in the file. | 370 | |
| extension | MultipleStringLiteralsExtended | The String ", cache name cannot be null or empty" appears 2 times in the file. | 370 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 515 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 547 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 554 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 569 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 570 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 607 | |
| extension | MultipleStringLiteralsExtended | The String "Map phase failed " appears 2 times in the file. | 607 | |
| extension | MoveVariableInsideIf | Variable 'rpc' can be moved inside the block at line '623' to restrict runtime creation. | 618 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 620 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 621 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 665 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 690 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 703 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 704 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 726 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 738 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "Finished notifying" appears 3 times in the file. | 803 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 804 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while notifying the future" appears 4 times in the file. | 805 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 812 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 847 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 857 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 865 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 879 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 974 | |
| extension | ReturnCountExtended | Return count for 'cancel' method is 2 (max allowed is 1). | 978 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 990 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1139 | |
| extension | MultipleStringLiteralsExtended | The String "Invoking %s on %s" appears 2 times in the file. | 1145 | |
| extension | MultipleStringLiteralsExtended | The String "Invoked %s on %s " appears 2 times in the file. | 1148 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1149 | |
| extension | MultipleStringLiteralsExtended | The String "Could not invoke map phase of MapReduceTask on remote node " appears 2 times in the file. | 1151 | |
| extension | MultipleStringLiteralsExtended | The String "Invoking %s locally" appears 2 times in the file. | 1158 | |
| extension | MultipleStringLiteralsExtended | The String "Invoked %s locally" appears 3 times in the file. | 1165 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1212 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1222 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not properly load and instantiate DistributedTaskLifecycle service " appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not properly load and instantiate DistributedTaskLifecycle service " appears 2 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The number of segments must be strictly positive" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "The number of owners must be strictly positive" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Segment owner list cannot be null or empty" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "owner cannot be null" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Node " appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String " is not a member" appears 2 times in the file. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 201 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Can't construct a consistent hash without any members" appears 2 times in the file. | 34 | |
| extension | ReturnCountExtended | Return count for 'updateMembers' method is 2 (max allowed is 1). | 70 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 78 position 52 need optimization. All method calls are advised to move to end of logic expression. | 78 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 168 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | OverridableMethodInConstructor | Overridable method 'computeActualNumOwners' is called in constructor body. | 393 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 406 | |
| extension | OverridableMethodInConstructor | Overridable method 'computeActualNumOwners' is called in constructor body. | 414 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 486 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Trying to modify statistics for a node that doesn't exist: " appears 4 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "The node is not a member : " appears 2 times in the file. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '<='. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "RangeSet is immutable" appears 6 times in the file. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'updateMembers' method is 2 (max allowed is 1). | 86 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 93 position 49 need optimization. All method calls are advised to move to end of logic expression. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 111 | |
| extension | OverridableMethodInConstructor | Overridable method 'sort' is called in constructor body. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 204 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 230 position 51 need optimization. All method calls are advised to move to end of logic expression. | 230 | |
| extension | ReturnCountExtended | Return count for 'computeExpectedSegmentsForNode' method is 2 (max allowed is 1). | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 63 | |
| extension | MultipleStringLiteralsExtended | The String "|" appears 3 times in the file. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 228 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 43 | |
| extension | ReturnCountExtended | Return count for 'getLocality' method is 4 (max allowed is 1). | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '112' to restrict runtime creation. | 109 | |
| extension | ReturnCountExtended | Return count for 'flushCache' method is 2 (max allowed is 1). | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "%s: {" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "}, " appears 3 times in the file. | 155 | |
| extension | ReturnCountExtended | Return count for 'computeMaxSegmentsForNode' method is 4 (max allowed is 1). | 171 | |
| extension | ReturnCountExtended | Return count for 'computeMaxSegmentsForSite' method is 2 (max allowed is 1). | 260 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 315 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 316 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 327 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Super call could be removed: Class 'ReadOnlySegmentAwareIterator' does not extend anything. | 27 | |
| extension | OverridableMethodInConstructor | Overridable method 'findNext' is called in constructor body. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ReadOnlySegmentAwareMap' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ReadOnlySegmentAwareSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 65 position 66 need optimization. All method calls are advised to move to end of logic expression. | 65 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 85 position 66 need optimization. All method calls are advised to move to end of logic expression. | 85 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 91 position 84 need optimization. All method calls are advised to move to end of logic expression. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 60 position 52 need optimization. All method calls are advised to move to end of logic expression. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 48 position 52 need optimization. All method calls are advised to move to end of logic expression. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "New task submitted, tasks in queue %d, available permits %d" appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'start' can be moved inside the block at line '84' to restrict runtime creation. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 86 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 95 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 208 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 531 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 553 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 617 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 657 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 675 | |
| extension | ReturnCountExtended | Return count for 'invocationsAllowed' method is 2 (max allowed is 1). | 695 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 749 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 844 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 141 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 264 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'construct' method is 3 (max allowed is 1). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'construct' method is 3 (max allowed is 1). | 74 | |
| extension | MoveVariableInsideIf | Variable 'componentImpl' can be moved inside the block at line '87' to restrict runtime creation. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'useVersioning' can be moved inside the block at line '26' to restrict runtime creation. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 171 position 12 need optimization. All method calls are advised to move to end of logic expression. | 171 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 238 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 200 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 255 position 54 need optimization. All method calls are advised to move to end of logic expression. | 255 | |
| extension | MultipleStringLiteralsExtended | The String " as no such interceptor exists in the default chain" appears 2 times in the file. | 324 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'construct' method is 2 (max allowed is 1). | 43 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 132 | |
| extension | ReturnCountExtended | Return count for 'createExecutorService' method is 3 (max allowed is 1). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'construct' method is 2 (max allowed is 1). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan.isCoreModule" appears 2 times in the file. | 88 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 152 position 12 need optimization. All method calls are advised to move to end of logic expression. | 152 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 152 position 24 need optimization. All method calls are advised to move to end of logic expression. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 70 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 16 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 43 position 46 need optimization. All method calls are advised to move to end of logic expression. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'handleDefault' method is 2 (max allowed is 1). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 62 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 124 position 48 need optimization. All method calls are advised to move to end of logic expression. | 124 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 156 position 34 need optimization. All method calls are advised to move to end of logic expression. | 156 | |
| extension | ReturnNullInsteadOfBoolean | Method declares to return Boolean and returns null. | 211 | |
| extension | MoveVariableInsideIf | Variable 'isDelta' can be moved inside the block at line '232' to restrict runtime creation. | 214 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 234 position 67 need optimization. All method calls are advised to move to end of logic expression. | 234 | |
| extension | ReturnCountExtended | Return count for 'skipLoad' method is 2 (max allowed is 1). | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'intervalMilliseconds' can be moved inside the block at line '165' to restrict runtime creation. | 163 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 311 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 70 | |
| extension | MoveVariableInsideIf | Variable 'tx' can be moved inside the block at line '113' to restrict runtime creation. | 112 | |
| extension | MoveVariableInsideIf | Variable 'resp' can be moved inside the block at line '151' to restrict runtime creation. | 150 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 219 position 33 need optimization. All method calls are advised to move to end of logic expression. | 219 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Executing command: " appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 4 times in the file. | 76 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '102' to restrict runtime creation. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'skipLoadForNonTxCommand' method is 4 (max allowed is 1). | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Skip load for conditional command %s? %s" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Skip load for command %s? %s" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'skipLoadForNonTxCommand' method is 4 (max allowed is 1). | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Skip load for conditional command %s? %s" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Skip load for command %s? %s" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 57 position 59 need optimization. All method calls are advised to move to end of logic expression. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'globalTransaction' can be moved inside the block at line '67' to restrict runtime creation. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 60 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 133 | |
| extension | ReturnCountExtended | Return count for 'shouldWrap' method is 2 (max allowed is 1). | 205 | |
| extension | MoveVariableInsideIf | Variable 'isSync' can be moved inside the block at line '399' to restrict runtime creation. | 397 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 399 position 47 need optimization. All method calls are advised to move to end of logic expression. | 399 | |
| extension | MoveVariableInsideIf | Variable 'l1Invalidation' can be moved inside the block at line '547' to restrict runtime creation. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visitGetKeysInGroupCommand' method is 2 (max allowed is 1). | 50 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 53 position 34 need optimization. All method calls are advised to move to end of logic expression. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " !" appears 2 times in the file. | 108 | |
| extension | ReturnCountExtended | Return count for 'addInterceptorBefore' method is 3 (max allowed is 1). | 246 | |
| extension | ReturnCountExtended | Return count for 'replaceInterceptor' method is 3 (max allowed is 1). | 281 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 77 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 105 | |
| extension | AvoidHidingCauseException | Cause exception 'th' was lost. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 166 | |
| extension | MoveVariableInsideIf | Variable 'msg' can be moved inside the block at line '178' to restrict runtime creation. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '108' to restrict runtime creation. | 106 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '115' to restrict runtime creation. | 107 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '129' to restrict runtime creation. | 128 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '142' to restrict runtime creation. | 141 | |
| extension | MoveVariableInsideIf | Variable 'mv' can be moved inside the block at line '162' to restrict runtime creation. | 161 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 177 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 197 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '198' to restrict runtime creation. | 197 | |
| extension | MoveVariableInsideIf | Variable 'newValue' can be moved inside the block at line '202' to restrict runtime creation. | 197 | |
| extension | MoveVariableInsideIf | Variable 'oldValue' can be moved inside the block at line '206' to restrict runtime creation. | 197 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 235 position 73 need optimization. All method calls are advised to move to end of logic expression. | 235 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 236 position 78 need optimization. All method calls are advised to move to end of logic expression. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 80 | |
| extension | ReturnCountExtended | Return count for 'visitCommitCommand' method is 2 (max allowed is 1). | 188 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 225 position 31 need optimization. All method calls are advised to move to end of logic expression. | 225 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 235 position 31 need optimization. All method calls are advised to move to end of logic expression. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 78 position 28 need optimization. All method calls are advised to move to end of logic expression. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'shouldInvokeRemoteTxCommand' method is 2 (max allowed is 1). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visitGetKeysInGroupCommand' method is 2 (max allowed is 1). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '65' to restrict runtime creation. | 62 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '95' to restrict runtime creation. | 92 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '113' to restrict runtime creation. | 110 | |
| extension | ReturnCountExtended | Return count for 'visitGetAllCommand' method is 4 (max allowed is 1). | 136 | |
| extension | MoveVariableInsideIf | Variable 'keys' can be moved inside the block at line '140' to restrict runtime creation. | 137 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '191' to restrict runtime creation. | 187 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '224' to restrict runtime creation. | 220 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'unboxValue' method is 2 (max allowed is 1). | 85 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 89 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 131 | |
| extension | MultipleStringLiteralsExtended | The String "No valid values found for key '%s' (topologyId=%s)." appears 2 times in the file. | 153 | |
| extension | ReturnCountExtended | Return count for 'invokeClusterGetCommandRemotely' method is 2 (max allowed is 1). | 173 | |
| extension | ReturnCountExtended | Return count for 'handleNonTxWriteCommand' method is 7 (max allowed is 1). | 265 | |
| extension | MultipleStringLiteralsExtended | The String "Cache topology changed while the command was executing: expected " appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String ", got " appears 2 times in the file. | 302 | |
| extension | ReturnCountExtended | Return count for 'visitGetAllCommand' method is 2 (max allowed is 1). | 423 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "Not doing a remote get for missing key %s since entry is " appears 2 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "mapped to current node (%s). Owners are %s" appears 2 times in the file. | 454 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 478 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 499 position 52 need optimization. All method calls are advised to move to end of logic expression. | 499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Sending additional invalidation for requestors if necessary." appears 3 times in the file. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 60 | |
| extension | ReturnCountExtended | Return count for 'performL1Lookup' method is 2 (max allowed is 1). | 143 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 198 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'localAddress' can be moved inside the block at line '150' to restrict runtime creation. | 112 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 143 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 162 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache not running on node " appears 2 times in the file. | 275 | |
| extension | ReturnCountExtended | Return count for 'remoteGet' method is 2 (max allowed is 1). | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 89 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Could not acquire lock on " appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String " on behalf of transaction " appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot invoke this method for local caches" appears 2 times in the file. | 218 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 223 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 228 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 336 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 127 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 136 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | ReturnCountExtended | Return count for 'visitLockControlCommand' method is 3 (max allowed is 1). | 165 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 182 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 250 position 51 need optimization. All method calls are advised to move to end of logic expression. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RetryPrepareException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visitPrepareCommand' method is 2 (max allowed is 1). | 55 | |
| extension | ReturnCountExtended | Return count for 'visitSecondPhaseCommand' method is 2 (max allowed is 1). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visitPrepareCommand' method is 2 (max allowed is 1). | 43 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 87 position 28 need optimization. All method calls are advised to move to end of logic expression. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ExposedByteArrayOutputStream' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 33 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String " bytes" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'initChunkSizeFromMetadata' is called in constructor body. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Not implemented" appears 16 times in the file. | 93 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 122 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 318 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 328 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 331 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 354 | |
| extension | ReturnCountExtended | Return count for 'checkParentDirs' method is 2 (max allowed is 1). | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 108 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'InnerClass()'. | 116 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 128 | |
| extension | MoveVariableInsideIf | Variable 'trace' can be moved inside the block at line '133' to restrict runtime creation. | 132 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 133 position 24 need optimization. All method calls are advised to move to end of logic expression. | 133 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 133 position 45 need optimization. All method calls are advised to move to end of logic expression. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 168 | |
| extension | MoveVariableInsideIf | Variable 'trace' can be moved inside the block at line '177' to restrict runtime creation. | 175 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 181 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 183 position 35 need optimization. All method calls are advised to move to end of logic expression. | 183 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 203 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 256 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 268 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 275 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 315 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 337 position 55 need optimization. All method calls are advised to move to end of logic expression. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "User supplied a KeyValueFilterConverter for both filter and converter" appears 2 times in the file. | 342 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 382 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 412 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 423 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 433 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 460 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 477 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 493 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 531 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 545 | |
| extension | ReturnCountExtended | Return count for 'retrieveEntries' method is 2 (max allowed is 1). | 546 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 564 position 52 need optimization. All method calls are advised to move to end of logic expression. | 564 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 583 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 615 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 624 | |
| extension | ReturnCountExtended | Return count for 'eventuallySendRequest' method is 2 (max allowed is 1). | 624 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 626 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 657 | |
| extension | ReturnCountExtended | Return count for 'sendRequest' method is 3 (max allowed is 1). | 657 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 665 | |
| extension | MoveVariableInsideIf | Variable 'responseMap' can be moved inside the block at line '693' to restrict runtime creation. | 692 | |
| extension | MoveVariableInsideIf | Variable 'cause' can be moved inside the block at line '697' to restrict runtime creation. | 696 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 715 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 727 | |
| extension | MoveVariableInsideIf | Variable 'updated' can be moved inside the block at line '731' to restrict runtime creation. | 729 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 759 | |
| extension | MoveVariableInsideIf | Variable 'updated' can be moved inside the block at line '763' to restrict runtime creation. | 761 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 786 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 802 | |
| extension | MoveVariableInsideIf | Variable 'localSegments' can be moved inside the block at line '805' to restrict runtime creation. | 803 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 823 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 853 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 865 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 888 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 999 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1041 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 1050 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1106 | |
| extension | FinalizeImplementation | finalize() method is useless: it does nothing except for calling super.finalize(). | 1134 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | ReturnCountExtended | Return count for 'retrieveEntries' method is 2 (max allowed is 1). | 228 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 234 position 52 need optimization. All method calls are advised to move to end of logic expression. | 234 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 250 position 71 need optimization. All method calls are advised to move to end of logic expression. | 250 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 259 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 281 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 334 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 367 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 441 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 460 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 571 position 52 need optimization. All method calls are advised to move to end of logic expression. | 571 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 612 position 53 need optimization. All method calls are advised to move to end of logic expression. | 612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'getNextFromIterator' is called in constructor body. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Iterable has been closed - cannot be reused" appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 44 position 52 need optimization. All method calls are advised to move to end of logic expression. | 44 | |
| extension | OverridableMethodInConstructor | Overridable method 'getNextFromIterator' is called in constructor body. | 54 | |
| extension | ReturnCountExtended | Return count for 'getNextFromIterator' method is 2 (max allowed is 1). | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String ",manager=" appears 2 times in the file. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 140 position 56 need optimization. All method calls are advised to move to end of logic expression. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 26 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 35 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 66 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid attribute requested " appears 2 times in the file. | 177 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 218 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 304 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 333 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 120 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 218 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 297 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 301 | |
| extension | OverridableMethodInConstructor | Overridable method 'start' is called in constructor body. | 339 | |
| extension | ReturnCountExtended | Return count for 'defineConfiguration' method is 2 (max allowed is 1). | 358 | |
| extension | MultipleStringLiteralsExtended | The String "Null arguments not allowed" appears 2 times in the file. | 363 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 435 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 444 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 445 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 454 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 456 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 469 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 501 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 513 | |
| extension | ReturnCountExtended | Return count for 'wireAndStartCache' method is 2 (max allowed is 1). | 567 | |
| extension | MultipleStringLiteralsExtended | The String "Ignore call to stop as the cache manager is stopping" appears 2 times in the file. | 677 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 740 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 4 times in the file. | 833 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache: " appears 2 times in the file. | 14 | |
| extension | MultipleStringLiteralsExtended | The String " Cache: " appears 2 times in the file. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 149 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 380 position 37 need optimization. All method calls are advised to move to end of logic expression. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 100 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'nse' was lost. | 80 | |
| extension | AvoidHidingCauseException | Cause exception 'ioe' was lost. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 118 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 130 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 177 | |
| extension | AvoidHidingCauseException | Cause exception 'ioe' was lost. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lifespan=" appears 2 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String ", version=" appears 3 times in the file. | 210 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 307 | |
| extension | ReturnCountExtended | Return count for 'readObject' method is 3 (max allowed is 1). | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 147 | |
| extension | ReturnCountExtended | Return count for 'suspendIfNeeded' method is 3 (max allowed is 1). | 253 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 275 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 290 | |
| extension | MoveVariableInsideIf | Variable 'ourAddress' can be moved inside the block at line '768' to restrict runtime creation. | 764 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 828 position 57 need optimization. All method calls are advised to move to end of logic expression. | 828 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,158 position 77 need optimization. All method calls are advised to move to end of logic expression. | 1158 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1198 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 115 position 42 need optimization. All method calls are advised to move to end of logic expression. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 40 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 105 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "EventImpl{" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "type=" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String ", pre=" appears 2 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String ", cache=" appears 2 times in the file. | 243 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 24 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Methods annotated with " appears 2 times in the file. | 226 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 278 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 280 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 117 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 136 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 112 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 163 | |
| extension | MoveVariableInsideIf | Variable 'newMembers' can be moved inside the block at line '233' to restrict runtime creation. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 76 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 208 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 237 | |
| extension | RedundantReturn | Redundant return. | 268 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 270 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 317 position 54 need optimization. All method calls are advised to move to end of logic expression. | 317 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'load' method is 2 (max allowed is 1). | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 75 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 134 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 166 | |
| extension | ReturnCountExtended | Return count for 'allocate' method is 2 (max allowed is 1). | 236 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 369 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 416 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 430 | |
| extension | ReturnCountExtended | Return count for '_load' method is 3 (max allowed is 1). | 442 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 482 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 518 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 560 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 582 position 28 need optimization. All method calls are advised to move to end of logic expression. | 582 | |
| extension | MultipleStringLiteralsExtended | The String " (ms)" appears 2 times in the file. | 604 | |
| extension | MultipleStringLiteralsExtended | The String "Merged %d entries at %d:%d, %d free entries" appears 2 times in the file. | 638 | |
| extension | MultipleStringLiteralsExtended | The String "Could not add new merged entry" appears 2 times in the file. | 640 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 668 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 689 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 720 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getKeyMapping' method is 9 (max allowed is 1). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 39 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 292 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 314 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 359 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 533 position 31 need optimization. All method calls are advised to move to end of logic expression. | 533 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 533 position 49 need optimization. All method calls are advised to move to end of logic expression. | 533 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 616 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 660 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 672 position 74 need optimization. All method calls are advised to move to end of logic expression. | 672 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 672 position 104 need optimization. All method calls are advised to move to end of logic expression. | 672 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 676 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 683 position 74 need optimization. All method calls are advised to move to end of logic expression. | 683 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 686 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 694 position 74 need optimization. All method calls are advised to move to end of logic expression. | 694 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 697 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 704 position 74 need optimization. All method calls are advised to move to end of logic expression. | 704 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 711 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 721 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 66 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 84 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 171 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 205 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 209 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 225 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 229 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Null values are not allowed" appears 2 times in the file. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 11 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RpcException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createDefaultRunnable' method is 3 (max allowed is 1). | 126 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '<='. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 143 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Exception received on prepare. Releasing state." appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getResponse' method is 5 (max allowed is 1). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Received keys validated: %s. Awaiting validation of %s. Self Delivered? %s" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "N/A" appears 3 times in the file. | 106 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "Response(s) to %s is %s" appears 3 times in the file. | 192 | |
| extension | ReturnCountExtended | Return count for 'invokeRemotely' method is 2 (max allowed is 1). | 237 | |
| extension | MultipleStringLiteralsExtended | The String "Trying to invoke a remote command but the cache is not clustered" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "Topology id missing on command %s, setting it to %d" appears 2 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "Thread interrupted while invoking RPC" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "replication exception: " appears 2 times in the file. | 296 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 299 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "%s invoking in future call %s to recipient list %s with options %s" appears 2 times in the file. | 376 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 471 position 38 need optimization. All method calls are advised to move to end of logic expression. | 471 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 480 position 38 need optimization. All method calls are advised to move to end of logic expression. | 480 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'checkResponse' method is 2 (max allowed is 1). | 33 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected response object type from %s: %s" appears 2 times in the file. | 52 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invokeRemoteCommands' method is 4 (max allowed is 1). | 136 | |
| extension | MultipleStringLiteralsExtended | The String "One of the nodes " appears 4 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String " was suspected" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String " timed out" appears 3 times in the file. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 160 | |
| extension | ReturnCountExtended | Return count for 'invokeRemoteCommands' method is 2 (max allowed is 1). | 187 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 209 | |
| extension | ReturnCountExtended | Return count for 'invokeRemoteCommand' method is 3 (max allowed is 1). | 226 | |
| extension | MultipleStringLiteralsExtended | The String "Node " appears 2 times in the file. | 246 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 249 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 313 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 416 | |
| extension | ReturnCountExtended | Return count for 'processSingleCall' method is 2 (max allowed is 1). | 422 | |
| extension | ReturnCountExtended | Return count for 'processCalls' method is 2 (max allowed is 1). | 451 | |
| extension | AvoidHidingCauseException | Cause exception 'te' was lost. | 509 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out after %s waiting for a response from %s" appears 2 times in the file. | 509 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 516 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 552 | |
| extension | AvoidHidingCauseException | Cause exception 'te' was lost. | 570 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 51 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 71 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 126 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 130 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 131 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 199 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 214 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 267 | |
| extension | MoveVariableInsideIf | Variable 'cfg' can be moved inside the block at line '371' to restrict runtime creation. | 370 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 384 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 405 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 414 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 423 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 434 | |
| extension | ReturnCountExtended | Return count for 'invokeRemotely' method is 2 (max allowed is 1). | 512 | |
| extension | MultipleStringLiteralsExtended | The String "Destination list is empty: no need to send message" appears 2 times in the file. | 517 | |
| extension | MoveVariableInsideIf | Variable 'self' can be moved inside the block at line '547' to restrict runtime creation. | 524 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 526 position 31 need optimization. All method calls are advised to move to end of logic expression. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out waiting for valid responses!" appears 2 times in the file. | 591 | |
| extension | ReturnCountExtended | Return count for 'invokeRemotely' method is 2 (max allowed is 1). | 598 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 615 position 37 need optimization. All method calls are advised to move to end of logic expression. | 615 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 629 position 32 need optimization. All method calls are advised to move to end of logic expression. | 629 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 633 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 645 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 729 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 757 position 34 need optimization. All method calls are advised to move to end of logic expression. | 757 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 758 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 760 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 824 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 828 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 832 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 846 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 854 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'SuspectException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 79 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 41 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 67 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 77 | |
| extension | ReturnCountExtended | Return count for 'computeSubjectRoleMask' method is 3 (max allowed is 1). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'requestSegments' method is 3 (max allowed is 1). | 128 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "Cancelling inbound state transfer of segments %s of cache %s" appears 2 times in the file. | 171 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 209 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 219 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 209 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 212 position 32 need optimization. All method calls are advised to move to end of logic expression. | 212 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 97 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 169 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 330 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 407 position 71 need optimization. All method calls are advised to move to end of logic expression. | 407 | |
| extension | MoveVariableInsideIf | Variable 'removedSegments' can be moved inside the block at line '426' to restrict runtime creation. | 424 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 425 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 611 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 622 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 687 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 705 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 708 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 759 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 783 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 870 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 880 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 895 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 900 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 924 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 926 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 948 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 982 | |
| extension | MultipleStringLiteralsExtended | The String "Removing inbound transfers for segments %s from source %s for cache %s" appears 2 times in the file. | 995 | |
| extension | ReturnCountExtended | Return count for 'addTransfer' method is 2 (max allowed is 1). | 1014 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1081 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 217 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 30 | |
| extension | ReturnCountExtended | Return count for 'perform' method is 4 (max allowed is 1). | 61 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 21 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visitGetAllCommand' method is 2 (max allowed is 1). | 154 | |
| extension | MultipleStringLiteralsExtended | The String "Retrying command because of topology change, current topology is %d: %s" appears 2 times in the file. | 174 | |
| extension | ReturnCountExtended | Return count for 'handleTxCommand' method is 3 (max allowed is 1). | 187 | |
| extension | MultipleStringLiteralsExtended | The String "Retrying command %s for topology %d" appears 2 times in the file. | 222 | |
| extension | ReturnCountExtended | Return count for 'handleTxWriteCommand' method is 2 (max allowed is 1). | 253 | |
| extension | MoveVariableInsideIf | Variable 'origin' can be moved inside the block at line '255' to restrict runtime creation. | 254 | |
| extension | ReturnCountExtended | Return count for 'handleNonTxWriteCommand' method is 3 (max allowed is 1). | 300 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cannot set a topology id (" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String ") that is lower than the current one (" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out waiting for topology " appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 66 | |
| extension | MoveVariableInsideIf | Variable 'initialTopology' can be moved inside the block at line '122' to restrict runtime creation. | 110 | |
| extension | ReturnCountExtended | Return count for 'forwardCommandIfNeeded' method is 2 (max allowed is 1). | 259 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setStatisticsEnabled' is called in constructor body. | 39 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 75 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 531 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 614 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 632 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 665 | |
| extension | MoveVariableInsideIf | Variable 'aManager' can be moved inside the block at line '709' to restrict runtime creation. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 22 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 149 | |
| extension | ReturnCountExtended | Return count for 'doPerform' method is 10 (max allowed is 1). | 158 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 210 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 | |
| extension | MoveVariableInsideIf | Variable 'consistentHashFactory' can be moved inside the block at line '416' to restrict runtime creation. | 377 | |
| extension | MoveVariableInsideIf | Variable 'pendingCH' can be moved inside the block at line '416' to restrict runtime creation. | 381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 446 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 452 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 458 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 464 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 510 | |
| extension | ReturnCountExtended | Return count for 'doJoin' method is 2 (max allowed is 1). | 552 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 295 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 310 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 359 | |
| extension | ReturnCountExtended | Return count for 'executeOnClusterSync' method is 2 (max allowed is 1). | 425 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "Unsuccessful response received from node " appears 2 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting to execute command on self: %s" appears 2 times in the file. | 459 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 461 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 476 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 507 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 519 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 520 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 162 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 192 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 275 position 66 need optimization. All method calls are advised to move to end of logic expression. | 275 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 279 position 111 need optimization. All method calls are advised to move to end of logic expression. | 279 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 289 position 66 need optimization. All method calls are advised to move to end of logic expression. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting to execute command on self: %s" appears 3 times in the file. | 509 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 512 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 540 | |
| extension | ReturnCountExtended | Return count for 'executeOnClusterSync' method is 2 (max allowed is 1). | 554 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 563 | |
| extension | MultipleStringLiteralsExtended | The String "Unsuccessful response received from node " appears 2 times in the file. | 569 | |
| extension | MultipleStringLiteralsExtended | The String ": " appears 2 times in the file. | 569 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 590 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 86 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 90 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 | |
| extension | ReturnCountExtended | Return count for 'waitForLockRelease' method is 3 (max allowed is 1). | 195 | |
| extension | MoveVariableInsideIf | Variable 'oldVersion' can be moved inside the block at line '337' to restrict runtime creation. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | MoveVariableInsideIf | Variable 'gtx' can be moved inside the block at line '76' to restrict runtime creation. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 82 position 47 need optimization. All method calls are advised to move to end of logic expression. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This transaction is marked for rollback and cannot acquire locks!" appears 2 times in the file. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 167 position 46 need optimization. All method calls are advised to move to end of logic expression. | 167 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 178 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 185 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 203 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 61 position 41 need optimization. All method calls are advised to move to end of logic expression. | 61 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 133 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'prepare' method is 2 (max allowed is 1). | 107 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 143 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 150 position 45 need optimization. All method calls are advised to move to end of logic expression. | 150 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 158 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 184 | |
| extension | AvoidHidingCauseException | Cause exception 'e1' was lost. | 209 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 238 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 247 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 272 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "Checking transaction %s" appears 2 times in the file. | 288 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 313 | |
| extension | MoveVariableInsideIf | Variable 'gtx' can be moved inside the block at line '319' to restrict runtime creation. | 317 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 342 | |
| extension | MoveVariableInsideIf | Variable 'remove' can be moved inside the block at line '357' to restrict runtime creation. | 356 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 440 position 127 need optimization. All method calls are advised to move to end of logic expression. | 440 | |
| extension | ReturnCountExtended | Return count for 'getTransactionStatus' method is 4 (max allowed is 1). | 676 | |
| extension | MoveVariableInsideIf | Variable 'duration' can be moved inside the block at line '747' to restrict runtime creation. | 745 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 751 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Write skew detected on key " appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String " for transaction " appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'isOnePhase' can be moved inside the block at line '56' to restrict runtime creation. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Could not commit." appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 65 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 132 | |
| extension | ReturnCountExtended | Return count for 'enlistResource' method is 2 (max allowed is 1). | 173 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 206 | |
| extension | ReturnCountExtended | Return count for 'runPrepare' method is 4 (max allowed is 1). | 250 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 277 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 439 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 453 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 89 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 48 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 102 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 156 | |
| extension | ReturnCountExtended | Return count for 'recover' method is 2 (max allowed is 1). | 181 | |
| extension | MoveVariableInsideIf | Variable 'gtx' can be moved inside the block at line '223' to restrict runtime creation. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 77 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "Recovery info removed." appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Found matching recovery info: %s" appears 2 times in the file. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'RecoveryAwareGlobalTransaction' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Remote transaction for global transaction (%s) not found" appears 2 times in the file. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 101 position 34 need optimization. All method calls are advised to move to end of logic expression. | 101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 210 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "Could not commit transaction " appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String " : " appears 2 times in the file. | 295 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 326 position 60 need optimization. All method calls are advised to move to end of logic expression. | 326 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 4 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Immutable" appears 6 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Executor Service is already shutdown" appears 2 times in the file. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 40 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 415 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 537 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 639 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 646 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 676 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 827 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 960 | |
| extension | MoveVariableInsideIf | Variable 'end' can be moved inside the block at line '966' to restrict runtime creation. | 962 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1009 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 1262 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1267 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1409 | |
| extension | MoveVariableInsideIf | Variable 'c' can be moved inside the block at line '1,481' to restrict runtime creation. | 1471 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1594 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1666 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1689 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1707 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1714 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 3 (max allowed is 1). | 1724 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1726 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1738 | |
| extension | ReturnCountExtended | Return count for 'size' method is 2 (max allowed is 1). | 1765 | |
| extension | ReturnCountExtended | Return count for 'containsValue' method is 3 (max allowed is 1). | 1859 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2333 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2549 | |
| extension | MultipleStringLiteralsExtended | The String "index " appears 2 times in the file. | 2604 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "Not supported in this implementation since additional locking is required and cannot directly be delegated to multiple calls to ConcurrentHashMap" appears 3 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'TimeoutException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | ReturnCountExtended | Return count for 'lockAndRecord' method is 3 (max allowed is 1). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 169 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 169 position 33 need optimization. All method calls are advised to move to end of logic expression. | 169 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "WL acquired for '%s'" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "RL acquired for '%s'" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'acquireLock' method is 2 (max allowed is 1). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 52 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 53 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 30 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 32 | |
| extension | ReturnCountExtended | Return count for 'getBackupReceiver' method is 3 (max allowed is 1). | 67 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 176 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 235 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 237 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 279 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 147 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'awaitRemoteTask' method is 3 (max allowed is 1). | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Cache is stopping or terminated: " appears 4 times in the file. | 63 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 67 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache is stopping or terminated: " appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'isOffline' method is 4 (max allowed is 1). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'perform' method is 5 (max allowed is 1). | 56 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'siteStatus' method is 4 (max allowed is 1). | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect site name: " appears 3 times in the file. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | ReturnCountExtended | Return count for 'status' method is 2 (max allowed is 1). | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to pushState to '%s'. %s" appears 2 times in the file. | 235 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 264 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Successfully applied key'%s'" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Successfully applied state. %s keys inserted" appears 2 times in the file. | 116 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "[X-Site State Transfer - %s] State transfer canceled!" appears 3 times in the file. | 241 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 247 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 268 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 298 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'perform' method is 2 (max allowed is 1). | 53 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'xSiteBackup' can be moved inside the block at line '112' to restrict runtime creation. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Site name cannot be null!" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Site " appears 3 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String " not found!" appears 3 times in the file. | 128 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 140 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 149 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to cancel x-site state transfer for site %s" appears 2 times in the file. | 227 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 234 | |
| extension | MoveVariableInsideIf | Variable 'missingCoordinatorSites' can be moved inside the block at line '253' to restrict runtime creation. | 251 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 263 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 275 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 308 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 31 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 32 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Exception expected!" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 35 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 6 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 53 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 53 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 67 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 67 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 73 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 99 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 18 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 16 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 17 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 17 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 17 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 17 times in the file. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown a UnsupportedOperationException" appears 2 times in the file. | 155 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 4 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 3 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 2 times in the file. | 187 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 195 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 219 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 220 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 233 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 261 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 262 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 280 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 299 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 300 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 338 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 339 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 359 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 378 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 379 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 400 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 401 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 406 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 406 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 406 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "Did not see keys " appears 4 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String " in iterator!" appears 4 times in the file. | 425 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 443 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "newvalue" appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 14 times in the file. | 498 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 7 times in the file. | 498 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 6 times in the file. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 7 times in the file. | 514 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 3 times in the file. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "Null keys are not supported!" appears 2 times in the file. | 534 | |
| extension | MultipleStringLiteralsExtended | The String "Null values are not supported!" appears 2 times in the file. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "no-exist" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "exist" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "shared" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong first get." appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong second get." appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong put return value." appears 4 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong final get." appears 12 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong remove return value." appears 4 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong replace return value." appears 4 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown operation " appears 2 times in the file. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 76 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 23 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 12 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 11 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "v_nonexistent" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 21 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "v6" appears 10 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 42 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 62 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 70 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 99 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 216 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 15 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 7 times in the file. | 27 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 33 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 43 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 15 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Consistency error. On main owner(" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String ") we had " appears 4 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String " and on backup owner(" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Consistency error. On cache 0 we had " appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String " and on " appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String " we had " appears 2 times in the file. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Caught exception" appears 3 times in the file. | 196 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 202 | |
| extension | MoveVariableInsideIf | Variable 'currentStored' can be moved inside the block at line '326' to restrict runtime creation. | 324 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 403 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "tx1" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "tx2" appears 2 times in the file. | 114 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 173 position 37 need optimization. All method calls are advised to move to end of logic expression. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Remote Get Received... blocking..." appears 2 times in the file. | 174 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 186 position 37 need optimization. All method calls are advised to move to end of logic expression. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 5 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 11 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 11 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "v11" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "v22" appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 34 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 35 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 6 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "replAsync" appears 7 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "invalSync" appears 6 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "invalAsync" appears 6 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 5 times in the file. | 28 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 32 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 33 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 34 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 35 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 21 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 15 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 4 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 4 times in the file. | 28 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 35 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 49 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 6 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after put." appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value read." appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after read." appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong put return value." appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong replace return value." appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after replace." appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong conditional replace return value." appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after conditional replace." appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong conditional remove return value." appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after conditional remove." appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong conditional put return value." appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of gets after conditional put." appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 9 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 12 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "0" appears 11 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k-" appears 4 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v-" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v2-" appears 2 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "cacheStarting" appears 3 times in the file. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 10 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 10 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Should have no ongoing txs" appears 3 times in the file. | 59 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 10 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 10 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "Should have no ongoing txs" appears 3 times in the file. | 54 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 12 times in the file. | 28 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "nonLocal" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 8 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "again" appears 5 times in the file. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "'." appears 2 times in the file. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lazy-cache-test" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Key" appears 2 times in the file. | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 51 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 24 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Should not exist" appears 5 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 8 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 7 times in the file. | 188 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Should not see uncommitted changes" appears 2 times in the file. | 221 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "Should have repeatable read" appears 3 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "Read committed should see committed changes" appears 3 times in the file. | 234 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 282 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 293 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 350 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 359 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "PFER should have been a no-op" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 6 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "Barf!" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "Should have barfed" appears 2 times in the file. | 192 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 193 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Should have cleaned up" appears 4 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 10 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "Should not read uncommitted data" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "Should read committed data" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 32 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 10 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 8 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "expected null but received " appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "writeSkew" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to rollback" appears 2 times in the file. | 155 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 175 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "testDontOnImmediateRemoval-Value" appears 2 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "init" appears 3 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 4 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should fail!" appears 2 times in the file. | 346 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 377 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 406 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 420 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 427 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 449 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 486 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Key " appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String " entry for key " appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String " should NOT be null" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "existing" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "newVal" appears 3 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testReplicationRemoveCommit" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ahm_without_tmlookup" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 28 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 35 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 33 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "ahm_without_batch" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "ahm_no_tx_without_batch" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "fgahm_without_tmlookup" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "fgahm_without_batch" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "fgahm_no_tx_without_batch" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Doing a put" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Put complete" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 4 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 17 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 25 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 9 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 22 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "existing" appears 18 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 24 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 49 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "testMultipleTx" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 21 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "initial" appears 6 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 8 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 12 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 8 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 10 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 8 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 6 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "k6" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "v6" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "mm" appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "nn" appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "weird!" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "testConcurrentReadsOnExistingMap" appears 4 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "the-1" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "my preciousss" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "the-2" appears 5 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "a minor" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "testConcurrentWritesAndIteration" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "testRollback" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "testRollbackAndThenCommit" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "testCreateMapInTx" appears 2 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "existing" appears 24 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 37 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "testReadUncommittedValues" appears 7 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "key one" appears 13 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "value one" appears 11 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value removed." appears 2 times in the file. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "value two" appears 2 times in the file. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "testCommitReadUncommittedValues" appears 2 times in the file. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "hey" appears 2 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "toronto" appears 2 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "testConcurrentTx" appears 2 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "tx1Value" appears 2 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "tx2Value" appears 2 times in the file. | 467 | |
| extension | MultipleStringLiteralsExtended | The String "testReplicationPutCommit" appears 2 times in the file. | 487 | |
| extension | MultipleStringLiteralsExtended | The String "not existing" appears 4 times in the file. | 502 | |
| extension | MultipleStringLiteralsExtended | The String "peace on Earth" appears 2 times in the file. | 503 | |
| extension | MultipleStringLiteralsExtended | The String "testReplicationRemoveCommit" appears 2 times in the file. | 518 | |
| extension | MultipleStringLiteralsExtended | The String "'." appears 7 times in the file. | 535 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 2 times in the file. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 8 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "repeatableReadMap" appears 2 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "Map '" appears 6 times in the file. | 703 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong map '" appears 10 times in the file. | 741 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "map" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 5 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "new_value1" appears 2 times in the file. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 13 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testReplicationRemoveCommit" appears 2 times in the file. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "first component of object with key=" appears 5 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "second component of object with key=" appears 7 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "** UPDATED** first component of object with key=" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 6 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 6 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "atomic" appears 13 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 10 | |
| extension | MultipleStringLiteralsExtended | The String "firstComponent" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "secondComponent" appears 2 times in the file. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "not-present" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "res" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "ignored" appears 3 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'removeValue' can be moved inside the block at line '76' to restrict runtime creation. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 268 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 381 | |
| extension | UselessSingleCatch | Useless catch block. No logging, wrapping or handling code here. | 424 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 451 | |
| extension | UselessSingleCatch | Useless catch block. No logging, wrapping or handling code here. | 493 | |
| extension | MultipleStringLiteralsExtended | The String "Count " appears 2 times in the file. | 510 | |
| extension | MultipleStringLiteralsExtended | The String " should not be higher than max " appears 2 times in the file. | 510 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 528 | |
| extension | UselessSingleCatch | Useless catch block. No logging, wrapping or handling code here. | 586 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 652 | |
| extension | UselessSingleCatch | Useless catch block. No logging, wrapping or handling code here. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 17 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 18 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 11 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 14 times in the file. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 5 times in the file. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "deleteme" appears 3 times in the file. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " took " appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String " milliseconds" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String " nanoseconds" appears 4 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | MultipleStringLiteralsExtended | The String "segments" appears 2 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "segmentMask" appears 2 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String "segmentShift" appears 2 times in the file. | 620 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 649 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 655 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 655 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 656 | |
| extension | MoveVariableInsideIf | Variable 'e' can be moved inside the block at line '668' to restrict runtime creation. | 667 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 713 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 722 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 722 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 722 | |
| extension | MoveVariableInsideIf | Variable 'as' can be moved inside the block at line '725' to restrict runtime creation. | 722 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 722 | |
| extension | MoveVariableInsideIf | Variable 't' can be moved inside the block at line '725' to restrict runtime creation. | 722 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '725' to restrict runtime creation. | 722 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 730 position 63 need optimization. All method calls are advised to move to end of logic expression. | 730 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 731 position 36 need optimization. All method calls are advised to move to end of logic expression. | 731 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 745 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 792 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 799 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 809 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 814 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 819 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 824 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 827 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 828 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 829 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 837 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 850 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 853 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 864 | |
| extension | OverridableMethodInConstructor | Overridable method 'putAll' is called in constructor body. | 866 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 884 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 906 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 925 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 949 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 949 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 949 | |
| extension | MoveVariableInsideIf | Variable 'p' can be moved inside the block at line '951' to restrict runtime creation. | 949 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 949 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 949 | |
| extension | MoveVariableInsideIf | Variable 'eh' can be moved inside the block at line '951' to restrict runtime creation. | 949 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '951' to restrict runtime creation. | 949 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 996 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1028 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1029 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1029 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1045 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '1,056' to restrict runtime creation. | 1055 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1122 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1122 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1135 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1135 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1161 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1209 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1304 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1325 | |
| extension | MultipleStringLiteralsExtended | The String "(this Map)" appears 2 times in the file. | 1333 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1361 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1369 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1423 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1443 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1480 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1481 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1495 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1509 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1511 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1606 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1617 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1660 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1661 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1661 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1665 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1689 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1690 | |
| extension | MoveVariableInsideIf | Variable 'pred' can be moved inside the block at line '1,698' to restrict runtime creation. | 1697 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1710 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1763 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1763 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1775 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1775 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1801 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1853 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1854 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1854 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1858 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1883 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1883 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1916 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1978 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 1979 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1979 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1996 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1996 | |
| extension | ReturnCountExtended | Return count for 'find' method is 3 (max allowed is 1). | 2179 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2182 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2187 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2233 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2266 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2266 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2269 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2269 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2269 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,271 position 56 need optimization. All method calls are advised to move to end of logic expression. | 2271 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,272 position 26 need optimization. All method calls are advised to move to end of logic expression. | 2272 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 2,272 position 53 need optimization. All method calls are advised to move to end of logic expression. | 2272 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2284 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2284 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2284 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2308 | |
| extension | MoveVariableInsideIf | Variable 'sc' can be moved inside the block at line '2,309' to restrict runtime creation. | 2308 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2312 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2337 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2378 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2386 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2394 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2397 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2398 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2400 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2409 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2438 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2458 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2458 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2471 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2472 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2473 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2476 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2517 | |
| extension | MoveVariableInsideIf | Variable 'b' can be moved inside the block at line '2,518' to restrict runtime creation. | 2517 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2517 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '2,518' to restrict runtime creation. | 2517 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,521 position 50 need optimization. All method calls are advised to move to end of logic expression. | 2521 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2524 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2527 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2546 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2548 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2588 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2588 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2588 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2589 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2645 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2653 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2657 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2670 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '2,681' to restrict runtime creation. | 2680 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2744 | |
| extension | MoveVariableInsideIf | Variable 'ek' can be moved inside the block at line '2,745' to restrict runtime creation. | 2744 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2753 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 2755 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2780 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2781 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 2781 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2796 | |
| extension | MoveVariableInsideIf | Variable 'xp' can be moved inside the block at line '2,808' to restrict runtime creation. | 2807 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2809 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 2817 | |
| extension | ReturnCountExtended | Return count for 'removeTreeNode' method is 3 (max allowed is 1). | 2844 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2847 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2867 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2945 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '2,946' to restrict runtime creation. | 2945 | |
| extension | MoveVariableInsideIf | Variable 'rl' can be moved inside the block at line '2,946' to restrict runtime creation. | 2945 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2963 | |
| extension | MoveVariableInsideIf | Variable 'lr' can be moved inside the block at line '2,964' to restrict runtime creation. | 2963 | |
| extension | MoveVariableInsideIf | Variable 'pp' can be moved inside the block at line '2,964' to restrict runtime creation. | 2963 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 2982 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3036 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3057 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 3073 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3095 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 3111 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3130 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3159 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3203 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 3220 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3225 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3225 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,231 position 42 need optimization. All method calls are advised to move to end of logic expression. | 3231 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3272 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 3273 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 3386 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3391 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 3391 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3392 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3426 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3461 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 3498 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 3,535 position 56 need optimization. All method calls are advised to move to end of logic expression. | 3535 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4293 | |
| extension | ReturnCountExtended | Return count for 'toArray' method is 2 (max allowed is 1). | 4318 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 4435 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4513 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4530 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4588 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4606 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4606 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4607 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4615 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4615 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4616 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4649 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 4659 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4676 | |
| extension | ReturnCountExtended | Return count for 'advance' method is 2 (max allowed is 1). | 4716 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4721 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4721 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 4721 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 4,727 position 46 need optimization. All method calls are advised to move to end of logic expression. | 4727 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4764 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4791 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4818 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4845 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4875 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4908 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4941 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 4975 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5010 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5019 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5054 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5063 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5098 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5142 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 5151 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5173 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5181 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5185 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 5195 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5200 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5204 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,205' to restrict runtime creation. | 5204 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5206 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5220 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5228 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5232 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5247 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5251 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,252' to restrict runtime creation. | 5251 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5253 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5267 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5275 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5279 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5292 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5296 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,297' to restrict runtime creation. | 5296 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5298 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5313 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5323 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5329 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5345 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5349 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,350' to restrict runtime creation. | 5349 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5351 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5366 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5376 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5382 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5398 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5402 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,403' to restrict runtime creation. | 5402 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5404 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5419 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5429 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5435 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5451 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5455 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,456' to restrict runtime creation. | 5455 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5457 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5472 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5482 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5488 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5504 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5508 | |
| extension | MoveVariableInsideIf | Variable 'tr' can be moved inside the block at line '5,509' to restrict runtime creation. | 5508 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 5510 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5526 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5537 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5544 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5556 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5575 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5586 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5593 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5605 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5624 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5635 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5642 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5654 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5673 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5684 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5691 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5703 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5722 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5733 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5740 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5752 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5771 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5782 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5789 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5801 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5820 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5831 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5838 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5850 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5869 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5880 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5887 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5899 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5918 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5929 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5936 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5948 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5967 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 5978 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5985 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 5997 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6016 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6027 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6034 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6046 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6065 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 6076 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6083 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6095 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6114 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 6138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 6144 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6148 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '6,150' to restrict runtime creation. | 6148 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 6172 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6173 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6173 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '6,174' to restrict runtime creation. | 6173 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6173 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '6,178' to restrict runtime creation. | 6177 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 6182 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 6182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6249 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6252 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6253 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6254 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6255 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 6256 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 6279 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 6309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 52 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Expected value=%s to be returned by operation, instead returned value=%s" appears 3 times in the file. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 150 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 169 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "my-cache" appears 4 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Bar" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "testConfigCache" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "custom" appears 2 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "<infinispan>" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container name=\"1\" default-cache=\"default-cache\">" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "</infinispan>" appears 2 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "put(name, Pete" appears 2 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<infinispan>" appears 2 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "<jgroups/>" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container name=\"different-cache-modes\" default-cache=\"replicated\">" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "</infinispan>" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "</replicated-cache>" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "<state-transfer enabled=\"true\"/>" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "repl_async" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\">" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String " <replicated-cache name=\"" appears 3 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String " <state-transfer enabled=\"false\"/>\n" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String " <locking isolation=\"REPEATABLE_READ\" concurrency-level=\"1000\" acquire-timeout=\"20000\"/>\n" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String " <store-as-binary/>\n" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String " <expiration interval=\"23\" lifespan=\"50012\" max-idle=\"1341\"/>\n" appears 3 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String " </replicated-cache>\n" appears 6 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String " <state-transfer enabled=\"true\"/>\n" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String " <locking isolation=\"READ_COMMITTED\" concurrency-level=\"30\" acquire-timeout=\"25000\"/>\n" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String " <store-as-binary keys=\"false\" values=\"false\"/>\n" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container name=\"1\" default-cache=\"default-cache\">" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container name=\"2\" default-cache=\"default-cache\">" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 8 times in the file. | 30 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 33 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nonTx" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "transactional" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "aCache" appears 2 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<cache-container default-cache=\"default\">" appears 9 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 10 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String " <local-cache name=\"default\">\n" appears 8 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache>\n" appears 8 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "<persistence >\n" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "</store >\n" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "</persistence >\n" appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 417 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 541 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testValue" appears 3 times in the file. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "configs/named-cache-override-test.xml" appears 18 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 398 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 407 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "tcp" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan" appears 7 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "%G %i" appears 7 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "LON" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 26 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 18 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Expected " appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 5 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 5 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 5 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 9 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 9 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 9 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "Did not see keys " appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String " in iterator!" appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ignore-return-value" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "wrong initial value for " appears 2 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 5 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "init" appears 6 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "Start the transaction and perform a %s operation" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 10 times in the file. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown operation " appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 9 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "It is going to try to commit the suspended transaction" appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Rollback expected!" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "Rollback *not* expected!" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "So far so good. Check the key final value" appears 2 times in the file. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "wrong final value for " appears 2 times in the file. | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "world 1" appears 3 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 5 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "world 1" appears 12 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "world 3" appears 22 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "world 2" appears 16 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should roll back" appears 3 times in the file. | 59 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "This transaction should roll back" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 7 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "NewKey" appears 12 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "The transaction should rollback" appears 2 times in the file. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "no-ws-chk" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 16 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "world 1" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value read by transaction for key hello" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "world 3" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "world 2" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should roll back" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong final value for key hello" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v2000" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "NewKey" appears 5 times in the file. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 28 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong version in the primary owner" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong version in the backup owner" appears 2 times in the file. | 104 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 32 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "world 1" appears 9 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "world 3" appears 10 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "world 2" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should roll back" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "hello2" appears 7 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 104 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 112 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "world2" appears 6 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "This transaction should roll back" appears 2 times in the file. | 120 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 125 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 7 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "NewKey" appears 12 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "The transaction should rollback" appears 2 times in the file. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "0" appears 11 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "counter" appears 5 times in the file. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with || at line 121 position 64 need optimization. All method calls are advised to move to end of logic expression. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "new " appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value found on cache " appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 9 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 5 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "new world" appears 3 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "timestamps" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 87 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 120 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Only one lock should be held" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 12 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 7 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 3 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 2 times in the file. | 240 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 5 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 2 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "key5" appears 2 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong exception: " appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown exception" appears 2 times in the file. | 442 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 443 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 475 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 504 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 548 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 595 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'FailOnlyOnceCallable' does not extend anything. | 611 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Manik" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Mircea" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Galder" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Sanne" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Counter greater than 0" appears 2 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 200 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "key6" appears 2 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 75 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 89 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'RandomNodeTaskFailoverPolicy' does not extend anything. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "barrier" appears 3 times in the file. | 63 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 189 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "key5" appears 2 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "key6" appears 2 times in the file. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have reached this code" appears 2 times in the file. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 259 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 10 times in the file. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "Manik" appears 3 times in the file. | 414 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 10 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "Mircea" appears 3 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 4 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "Galder" appears 3 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 4 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "Sanne" appears 3 times in the file. | 417 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 492 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 501 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String " word count of " appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String " incorrect , expected " appears 2 times in the file. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "RedHat" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 119 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 224 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 245 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 338 | |
| extension | MultipleStringLiteralsExtended | The String " word count of " appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String " incorrect , expected " appears 2 times in the file. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bookSearch" appears 2 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "Manning" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "Hibernate Search in Action" appears 3 times in the file. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong task timeout." appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong replication timeout." appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong new task timeout." appears 4 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "valu2" appears 8 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 2 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "key5" appears 2 times in the file. | 157 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 158 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "task1" appears 2 times in the file. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Hello world here I am" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan rules the world" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "JUDCon is in Boston" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "JBoss World is in Boston as well" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "12" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "JBoss Application Server" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "15" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Hello world" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "14" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan community" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "111" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan open source" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "112" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Boston is close to Toronto" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "113" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Toronto is a capital of Ontario" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "114" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "JUDCon is cool" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "211" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "JBoss World is awesome" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "212" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "JBoss rules" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "213" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "JBoss division of RedHat " appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "214" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "RedHat community" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 23 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 33 | |
| extension | MultipleStringLiteralsExtended | The String " and got " appears 2 times in the file. | 33 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 24 | |
| extension | MultipleStringLiteralsExtended | The String " and got " appears 2 times in the file. | 24 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1st" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "2nd" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Expecting [" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "] to equal [" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "] on cache [" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "] but was [" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Fail on owner cache " appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String ": dc.get(" appears 4 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String ") returned " appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Fail on non-owner cache " appears 2 times in the file. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Doing get here - ignore all previous" appears 5 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "pre_acquire_shared_topology_lock_invoked" appears 7 times in the file. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown a TimeoutException" appears 5 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "pre_acquire_shared_topology_lock_released" appears 7 times in the file. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 30 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 64 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 4 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 127 | |
| extension | ReturnCountExtended | Return count for 'startCache' method is 2 (max allowed is 1). | 146 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 27 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 10 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 9 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 16 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 23 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 42 | |
| extension | MoveVariableInsideIf | Variable 'cachesOnWhichKeyShouldInvalList' can be moved inside the block at line '59' to restrict runtime creation. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "new_val" appears 4 times in the file. | 40 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 67 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 75 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 79 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 81 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 89 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 97 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 102 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Expected 2 owners for k1; was " appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String " don't agree." appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 15 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 43 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 12 times in the file. | 96 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "Did not see keys " appears 4 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String " in iterator!" appears 4 times in the file. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "intermediate-put" appears 9 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some-key" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "some-value" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "some-new-value" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Get command should have blocked waiting" appears 2 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncL1RepeatableReadFuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 34 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 35 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 60 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 77 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 5 times in the file. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Data container " appears 2 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String " should be empty, instead it contains keys " appears 2 times in the file. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "write" appears 4 times in the file. | 71 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 79 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 115 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 116 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 138 | |
| extension | MoveVariableInsideIf | Variable 'store' can be moved inside the block at line '143' to restrict runtime creation. | 142 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 160 | |
| extension | MoveVariableInsideIf | Variable 'store' can be moved inside the block at line '165' to restrict runtime creation. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 187 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncTx1PCL1FuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value1" appears 17 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 17 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 8 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 8 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "new_value1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "new_value2" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "new_value" appears 14 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "valueX" appears 4 times in the file. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "not-same" appears 2 times in the file. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "Get shouldn't return until after the replace completes" appears 2 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncTxL1RepeatableReadFuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 5 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Entry for key [" appears 6 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "]!" appears 6 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "] on cache at [" appears 2 times in the file. | 52 | |
| extension | MoveVariableInsideIf | Variable 'log' can be moved inside the block at line '62' to restrict runtime creation. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "%s %s %s %s %s %n%n" appears 3 times in the file. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 4 times in the file. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "%s %s %s %s%n" appears 6 times in the file. | 163 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 166 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 254 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 263 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "second" appears 12 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 29 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v0" appears 2 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 20 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 46 position 50 need optimization. All method calls are advised to move to end of logic expression. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Could not find any key owned by " appears 2 times in the file. | 49 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 68 position 61 need optimization. All method calls are advised to move to end of logic expression. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "P006" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "42" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Should get a null response" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mykey" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "yourkey" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "diffkey" appears 4 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 18 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 13 | |
| extension | MultipleStringLiteralsExtended | The String "|" appears 3 times in the file. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "new_1" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 8 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "TA" appears 2 times in the file. | 56 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 95 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 49 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | MoveVariableInsideIf | Variable 'minPrimaryOwned' can be moved inside the block at line '202' to restrict runtime creation. | 200 | |
| extension | MoveVariableInsideIf | Variable 'maxPrimaryOwned' can be moved inside the block at line '202' to restrict runtime creation. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | MoveVariableInsideIf | Variable 'maxOwned' can be moved inside the block at line '214' to restrict runtime creation. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ReturnCountExtended | Return count for 'computeExpectedOwned' method is 2 (max allowed is 1). | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 253 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 319 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 332 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 350 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "%30s = " appears 2 times in the file. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "before" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "after" appears 2 times in the file. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "before" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "after" appears 3 times in the file. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "didn't find a cache... should never happen!" appears 3 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Commit should fail!" appears 2 times in the file. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 5 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 5 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "groupA" appears 8 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "groupB" appears 3 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-key" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Previous value inserted: %s = %s" appears 3 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "pre_state_apply_invoked_for_" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "pre_state_apply_release_for_" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "Stopping the cache" appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "pre_rebalance_confirmation_" appears 2 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "_from_" appears 5 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "%s operation is done" appears 3 times in the file. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "resume_rebalance_confirmation_" appears 3 times in the file. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 16 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 163 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'L1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "4th has joined" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "post_topology_installed_invoked_" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "pre_topology_installed_invoked_" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "post_topology_installed_released_" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "pre_topology_installed_released_" appears 5 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "allow_topology_" appears 7 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "_on_" appears 8 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "st:cache0_before_send_state" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "write:before_start" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "write:start" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "write:cache1_before_return" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "write:cache2_before_dist" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "write:end" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "write:after_end" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "remote_get_cache0" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "remote_get_cache1" appears 4 times in the file. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "allow_topology_" appears 7 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "_on_" appears 8 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key_" appears 3 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key_" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "pre_commit_entry_" appears 4 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "_from_" appears 14 times in the file. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "resume_commit_entry_" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "post_commit_entry_" appears 3 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "resume_rebalance_confirmation_" appears 3 times in the file. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "pre_rebalance_confirmation_" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "_from_" appears 5 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "resume_rebalance_confirmation_" appears 3 times in the file. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "OLD" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String " TEST: Key %s is %s" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "Couldn't see key " appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String " on joiner!" appears 2 times in the file. | 116 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 128 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 165 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 191 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 238 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tx" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "tx:perform_op" appears 12 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "tx:check_locks" appears 10 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "tx:before_commit" appears 9 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "tx:after_commit" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance:before_get_tx" appears 7 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance:after_get_tx" appears 9 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance:before_confirm" appears 9 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance:end" appears 9 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Key '" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 17 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 12 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 3 times in the file. | 53 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 56 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "serviceGroup" appears 3 times in the file. | 57 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 81 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 86 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 114 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 172 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 207 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 239 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 7 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Invoking rehash event" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Rehash complete" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "transactionally_replaced" appears 2 times in the file. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Key: " appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String " is present in cache at " appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "write" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "store() should have been invoked on the cache store once. Was " appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Key '" appears 2 times in the file. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "st" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "st:block_state_request" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "st:simulate_old_response" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_state_request" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 72 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 96 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "k0" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 2 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 137 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "st:block_first_state_response" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "st:kill_node" appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "st:block_second_state_request" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_first_state_response" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "st:after_first_state_response" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "st:check_incomplete" appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_second_state_request" appears 2 times in the file. | 162 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 210 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 8 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 8 times in the file. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'TxL1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'TxNonL1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r0" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "m0" appears 3 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "m0" appears 47 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "m1" appears 19 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "m2" appears 14 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 28 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 17 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "r0" appears 30 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "m3" appears 7 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 11 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "s0" appears 31 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "m4" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "m5" appears 4 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "m6" appears 2 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "m7" appears 2 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "m8" appears 2 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "Created CH with numOwners %d, members %s" appears 2 times in the file. | 338 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 348 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 390 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 428 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 464 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 468 | |
| extension | MultipleStringLiteralsExtended | The String "|" appears 3 times in the file. | 471 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 476 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 484 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "m0" appears 3 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 3 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r0" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "m0" appears 4 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache on node %s: %s" appears 13 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "After shutting down " appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String " caches are " appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "r0" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "m0" appears 4 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "s0" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "r0" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "m0" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "m1" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "m2" appears 2 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key-" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "value-" appears 2 times in the file. | 43 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 3 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 7 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 22 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 6 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 14 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key " appears 15 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String " in get operation." appears 7 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 6 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String " in put operation." appears 2 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "Key " appears 6 times in the file. | 403 | |
| extension | MultipleStringLiteralsExtended | The String " does not exist in cache loader" appears 2 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String " in cache loader" appears 2 times in the file. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key " appears 6 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key " appears 3 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "test-" appears 6 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 6 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "prev-value" appears 7 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 5 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "4567" appears 5 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "Y" appears 4 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "4568" appears 5 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 2 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "4569" appears 2 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key " appears 6 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key " appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String " exists in cache loader." appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key " appears 6 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key " appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String " exists in cache loader." appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 6 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key " appears 8 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String " in get operation." appears 7 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 6 times in the file. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected 1, was " appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key-isoprene" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "second" appears 2 times in the file. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bla" appears 9 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 48 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 33 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 7 times in the file. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "v-old" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 7 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "Expected " appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String " but was " appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k-" appears 2 times in the file. | 44 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 101 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "interceptors" appears 4 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "someCache" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should have thrown an execution exception" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown a timeout exception" appears 6 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "invalidation" appears 21 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "invalidationTx" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 100 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 20 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 23 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 195 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 215 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 17 times in the file. | 240 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 281 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "valueN" appears 4 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "valueOld" appears 2 times in the file. | 303 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "invalidAsync" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "invalidReplQueueCache" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "invalidAsyncMarshallCache" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "file.txt" appears 27 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/file.txt" appears 13 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "myDir/file.txt" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/file.txt" appears 4 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "myDir" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir" appears 3 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "nonExistentFile.txt" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 5 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "myDir1" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "/file.txt/dir" appears 2 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "/parentdir/file.txt" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "/parentdir" appears 2 times in the file. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "multipleChunks.txt" appears 5 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "This text spans multiple chunks, because each chunk is only 10 bytes long." appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "This text spans multiple chunks, because each chunk is only 20 bytes long." appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "endsWithFullChunk.txt" appears 3 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "12345678" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "append.txt" appears 6 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 4 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "World" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "HelloWorld" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "empty.txt" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "delete.txt" appears 2 times in the file. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "nonsuch.txt" appears 19 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "leak.txt" appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "abcde" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "fghij" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "klmno" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "pqrst" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "uvwxy" appears 2 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "nonExistentDir" appears 2 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String "/emptyDir" appears 2 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "foo1.txt" appears 2 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "foo2.txt" appears 2 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "fooDir" appears 2 times in the file. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/foo1.txt" appears 4 times in the file. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/foo2.txt" appears 4 times in the file. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/fooDir" appears 4 times in the file. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/bar1.txt" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/bar2.txt" appears 2 times in the file. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "/myDir/barDir" appears 2 times in the file. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | MultipleStringLiteralsExtended | The String "/foo.txt" appears 4 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "foo.txt" appears 5 times in the file. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "/channelTest.txt" appears 4 times in the file. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 | |
| extension | MultipleStringLiteralsExtended | The String "/position.txt" appears 2 times in the file. | 496 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "This file spans multiple chunks." appears 2 times in the file. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 524 | |
| extension | MultipleStringLiteralsExtended | The String "/append.txt" appears 3 times in the file. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "/readTest.txt" appears 2 times in the file. | 541 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 543 | |
| extension | MultipleStringLiteralsExtended | The String "This tests read loop." appears 2 times in the file. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "dir/file.txt" appears 2 times in the file. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "/dir/file.txt" appears 3 times in the file. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 583 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | MultipleStringLiteralsExtended | The String "dir" appears 2 times in the file. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 605 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 606 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 608 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 610 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 624 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Seen values were: %s" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String " on iteration " appears 3 times in the file. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "post_send_response_released" appears 2 times in the file. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "pre_send_response_invoked" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "pre_send_response_released" appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Entry wasn't found:" appears 2 times in the file. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "post_send_response_invoked" appears 2 times in the file. | 153 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "post_receive_response_released" appears 2 times in the file. | 181 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "pre_receive_response_invoked" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "pre_receive_response_released" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "Segment " appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String " had a mismatch" appears 2 times in the file. | 217 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "post_iterator_released" appears 2 times in the file. | 241 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "pre_iterator_invoked" appears 2 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "pre_iterator_released" appears 2 times in the file. | 267 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 287 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "filtered-key" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "filtered-value" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "converted-key" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "converted-value" appears 4 times in the file. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "cache0" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "loader0" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "pre_process_on_all_stores_invoked" appears 5 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "pre_process_on_all_stores_released" appears 5 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 259 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 314 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache0" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 4 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 2 times in the file. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache0" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String " in loader" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "loader0" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "pre_process_on_all_stores_invoked" appears 5 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "pre_process_on_all_stores_released" appears 5 times in the file. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value0" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "cache0" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "___defaultcache(local)" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Activations" appears 2 times in the file. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r1" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "(dist_sync)" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "AVAILABLE" appears 5 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "CacheAvailability" appears 10 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "DEGRADED_MODE" appears 5 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 45 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "DefaultCacheManager" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "a1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "b1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "b2" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "b3" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "b4" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "NumberOfEntries" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Stores" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Evictions" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "AverageWriteTime" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "RemoveHits" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "expecting " appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String " for " appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "test(local)" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "resetStatistics" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 9 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "no_such_key" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "expected " appears 3 times in the file. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "startCache" appears 3 times in the file. | 50 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 50 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "CacheStatus" appears 8 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "CreatedCacheCount" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 9 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "RunningCacheCount" appears 6 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "stop" appears 3 times in the file. | 54 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 54 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "start" appears 2 times in the file. | 58 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 58 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 58 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 62 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 66 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 66 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 70 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 70 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Failure expected, " appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String " shouldn't be registered in mbean server" appears 3 times in the file. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "startCache" appears 3 times in the file. | 44 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "CreatedCacheCount" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "DefinedCacheCount" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "DefinedCacheNames" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "RunningCacheCount" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "a(" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "b(" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "c(" appears 2 times in the file. | 64 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 67 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 67 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 68 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 68 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Hibernate2LC" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 3 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 11 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 9 times in the file. | 58 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "HitRatio" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "key_ne" appears 3 times in the file. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "voooo" appears 2 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "a1" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "expecting " appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String " for " appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mycache" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "NodeAddress" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "ClusterMembers" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "PhysicalAddresses" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "ClusterSize" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "connected" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "___defaultcache(repl_sync)" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Statistics" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Stores" appears 4 times in the file. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "RemoveHits" appears 2 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Statistics" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "replicated" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "local_cache" appears 22 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "remote1" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "remote2" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "local_cache(local)" appears 17 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Statistics" appears 23 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "remote1(repl_sync)" appears 7 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "RpcManager" appears 5 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "remote2(invalidation_async)" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "LockManager" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "Cache" appears 4 times in the file. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "remote_cache" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "remote_cache(repl_sync)" appears 5 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "TESTVALUE1" appears 2 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "TESTVALUE2" appears 2 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "TESTVALUE3" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "local_cache1" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "local_cache2" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "configurationAsProperties" appears 2 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "storeAsBinary.enabled" appears 2 times in the file. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "NumberOfLocksHeld" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "NumberOfLocksAvailable" appears 3 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "(repl_sync)" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "RpcManager" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 5 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "ReplicationCount" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "ReplicationFailures" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "SuccessRatio" appears 3 times in the file. | 140 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 168 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around string "80%". | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "SecondDefaultCacheManager" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "test(repl_sync)" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Transactions" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "resetStatistics" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "expecting " appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 24 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 17 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Could not find key " appears 16 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String " on cache1" appears 6 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String " on cache2" appears 4 times in the file. | 53 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "new_value" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Expected v, was " appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String " on cache1: expected new_value, was " appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String " on cache2: expected new_value, was " appears 2 times in the file. | 81 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 85 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 104 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 118 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 118 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 119 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 12 times in the file. | 56 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 5 times in the file. | 68 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 6 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 8 times in the file. | 152 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 161 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 108 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "validate_cache" appears 2 times in the file. | 180 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "val_1" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "val_2" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "new_val_1" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "foo2" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "foo3" appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 24 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "this should fail as we do not have a monitor over the locks" appears 2 times in the file. | 64 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 118 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 69 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 72 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 88 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. | 22 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 70 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 2 times in the file. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Adding new node .." appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "New node added." appears 2 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "primary" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "backup" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Lock transfer happens here" appears 3 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 88 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 92 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 36 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 38 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Exception expected as lock cannot be acquired on k=" appears 2 times in the file. | 101 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 102 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "some" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 88 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 9 times in the file. | 41 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 43 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Exception expected as lock cannot be acquired on k=" appears 2 times in the file. | 178 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 179 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 187 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "k0" appears 10 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 2 times in the file. | 99 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 103 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 7 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "k0" appears 14 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 4 times in the file. | 87 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 89 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 144 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 16 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 17 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 9 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 5 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "transactional" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "overridden" appears 2 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should fail" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "aCache" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "new-cache" appears 6 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 208 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 13 times in the file. | 274 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 292 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 295 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "correct-cache-1" appears 2 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "correct-cache-2" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "correct-cache-3" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "incorrect" appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 350 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 423 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 425 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 429 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 430 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 432 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "This should not be null, since a shared transport should be present" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container default-cache=\"default\">" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 5 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String " <local-cache name=\"default\">\n" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache>\n" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String " <local-cache name=\"c1\">\n" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String " <transaction transaction-manager-lookup=\"org.infinispan.transaction.lookup.GenericTransactionManagerLookup\"/>\n" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 2 times in the file. | 91 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 98 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache>\n" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "c1" appears 3 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k-" appears 3 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "concurrentMarshaller" appears 2 times in the file. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Mr Infinispan" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Mr Coe" appears 2 times in the file. | 48 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "invlSync" appears 5 times in the file. | 34 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 65 | |
| extension | MultipleStringLiteralsExtended | The String " but was " appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 2 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 52 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 75 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "newCache" appears 4 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Writen[" appears 18 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "] and read[" appears 18 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "] objects should be the same" appears 18 times in the file. | 159 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 167 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 234 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 9 times in the file. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 299 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 304 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 4 times in the file. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 3 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "Log exception for output format verification" appears 3 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "in object java.lang.Object@" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 2 times in the file. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "23" appears 2 times in the file. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 559 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 564 | |
| extension | MultipleStringLiteralsExtended | The String "Payload size for object=%s : %s" appears 2 times in the file. | 570 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 596 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 105 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 106 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 107 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 120 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 121 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 113 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 80 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "Should have failed" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Call should not have gone beyond the MarshalledValueInterceptor" appears 2 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 213 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 15 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 15 times in the file. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "Did not see keys " appears 8 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String " in iterator!" appears 8 times in the file. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 17 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 14 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 15 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 14 times in the file. | 250 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown a UnsupportedOperationException" appears 2 times in the file. | 267 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 2 times in the file. | 299 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 307 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 331 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 345 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 359 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 373 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 392 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 411 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 430 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 450 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 470 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 490 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 512 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 518 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 518 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 518 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 518 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | MultipleStringLiteralsExtended | The String "ab-key" appears 2 times in the file. | 572 | |
| extension | MultipleStringLiteralsExtended | The String "cd-key" appears 2 times in the file. | 577 | |
| extension | MultipleStringLiteralsExtended | The String "replSync2" appears 4 times in the file. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 707 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 771 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 808 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Externalizer" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "street" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Rue du Seyon" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "plateNumber" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "E 1660" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 4 times in the file. | 114 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "writeObject" appears 3 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "(Ljava/io/ObjectOutput;Ljava/lang/Object;)V" appears 3 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "{\n" appears 6 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "$1.writeObject(((" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "$1.writeInt(((" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "}\n" appears 7 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "readObject" appears 3 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "(Ljava/io/ObjectInput;)Ljava/lang/Object;" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String " o = new " appears 3 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "();\n" appears 3 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "return o;\n" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "year" appears 3 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "CH 8271" appears 2 times in the file. | 175 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "try {\n" appears 2 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "} catch(java.io.OptionalDataException e) {}\n" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "Galder" appears 2 times in the file. | 240 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "Fir Close" appears 2 times in the file. | 298 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "no_passivation" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "passivation" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "v-new" appears 2 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 40 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 47 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 49 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 55 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 65 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Caused on thread " appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String " in loop " appears 3 times in the file. | 68 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 6 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "key-" appears 5 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "value-" appears 5 times in the file. | 151 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "key-3" appears 4 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "new-key" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "new-value" appears 2 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "Unsupported Operation provided " appears 2 times in the file. | 364 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 410 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out while waiting for before listener notification" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out while waiting for after listener notification" appears 3 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "k-" appears 2 times in the file. | 207 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out while waiting for post listener event to execute" appears 2 times in the file. | 325 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "not" appears 4 times in the file. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "key-" appears 4 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "value-" appears 4 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "pre_retrieve_entry_invoked" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "new-key" appears 3 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "new-value" appears 3 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "-changed" appears 3 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "Unsupported Operation provided " appears 3 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "pre_retrieve_entry_released" appears 2 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "pre_close_iter_invoked" appears 2 times in the file. | 293 | |
| extension | MoveVariableInsideIf | Variable 'oldValue' can be moved inside the block at line '359' to restrict runtime creation. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "pre_close_iter_released" appears 2 times in the file. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "pre_complete_segment_invoked" appears 3 times in the file. | 503 | |
| extension | MoveVariableInsideIf | Variable 'oldValue' can be moved inside the block at line '578' to restrict runtime creation. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "pre_complete_segment_released" appears 3 times in the file. | 507 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 526 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 36 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 6 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 29 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "not" appears 3 times in the file. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 24 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 16 times in the file. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 6 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 17 times in the file. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 5 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "doesNotExist" appears 2 times in the file. | 198 | |
| extension | MoveVariableInsideIf | Variable 'expected' can be moved inside the block at line '250' to restrict runtime creation. | 247 | |
| extension | MoveVariableInsideIf | Variable 'isSkipListener' can be moved inside the block at line '250' to restrict runtime creation. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 8 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 6 times in the file. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 4 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 40 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 60 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "a0" appears 4 times in the file. | 76 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "accept" appears 5 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "reject" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 5 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "init" appears 4 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "init" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "No listeners should be registered." appears 9 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Should not accept a cache listener with a bad method signature" appears 5 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "listener-1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "listener-2" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "listener-3" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Listener" appears 9 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "failed" appears 9 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "reject" appears 4 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 7 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "accept" appears 4 times in the file. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 8 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "new-value" appears 3 times in the file. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "post_add_listener_release_" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Adding a new node .." appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Added a new node" appears 5 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "pre_add_listener_release_" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "pre_cluster_listeners_release_" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "post_cluster_listeners_invoked_" appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "post_cluster_listeners_release_" appears 4 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "pre_cluster_listeners_invoked_" appears 4 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "Killing node 0 .." appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "Node 0 killed" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "manager1" appears 4 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "pre_view_listener_release_" appears 3 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "manager3" appears 2 times in the file. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "filter-me" appears 4 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Adding a new node .." appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Added a new node" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "myOldValue" appears 6 times in the file. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "myBrandSpankingNewValue" appears 6 times in the file. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "Method should not have been invoked!" appears 2 times in the file. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "string " appears 2 times in the file. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Triggering rebalance to cause segment ownership to change" appears 4 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 5 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 48 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 183 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 192 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "Cache " appears 2 times in the file. | 268 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 295 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 331 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 344 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 349 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 354 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 360 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 364 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v0" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "main:block_availability_update_p0n0" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "main:after_availability_update_p0n1" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "main:check_availability" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "main:resume_availability_update_p0n0" appears 2 times in the file. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 38 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 38 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "not-local" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "pre_notify_partition_released" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "post_notify_partition_released" appears 4 times in the file. | 69 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 72 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "post_notify_partition_invoked" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Expected AvailabilityException" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 89 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 106 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "pre_receive_response_released" appears 3 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "post_receive_response_released" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "post_receive_response_invoked" appears 2 times in the file. | 142 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 149 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 50 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 60 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 60 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "main:st_in_progress" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "main:2nd_node_left" appears 3 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "main:cluster_degraded" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "main:after_cluster_degraded" appears 2 times in the file. | 120 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 133 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 133 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 181 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 181 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 182 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 182 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 191 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 28 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v0" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "v00" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "v11" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "v22" appears 2 times in the file. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "v000" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "v111" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "v222" appears 2 times in the file. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 116 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "testTwoCachesSameCacheStore-1" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "testTwoCachesSameCacheStore-2" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "val" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 4 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "val2" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "testPreloadAndExpiry" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 12 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 5 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 5 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "testPreloadStoredAsBinary" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 32 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 18 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Expected an immortalEntry" appears 2 times in the file. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 15 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String ".getMetadata()" appears 2 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 19 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 7 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 8 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 15 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 5 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 10 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 4 times in the file. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 4 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 2 times in the file. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Cache" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Store" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String " but was " appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "Cache should not contain key " appears 3 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "Store should contain key " appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 57 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 50 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 17 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 17 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 4 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k6" appears 4 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "k7" appears 4 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 26 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 23 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 7 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 7 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 22 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 20 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "cache.get(\"k1\") = " appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "v1-SHOULD-NOT-STORE" appears 3 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "v2-SHOULD-NOT-STORE" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "v2-REPLACED" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "v3-REPLACED" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "v4-REPLACED" appears 2 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "-REPLACED" appears 2 times in the file. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "preloadingCache" appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "preloadingCache_2" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "preloadingCache_3" appears 2 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "preloadingCache_4" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "purgingCache" appears 3 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "k-" appears 3 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "v-" appears 2 times in the file. | 480 | |
| extension | MultipleStringLiteralsExtended | The String "Preload not enabled in cache configuration" appears 2 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of entries in data container" appears 2 times in the file. | 606 | |
| extension | MultipleStringLiteralsExtended | The String "Key not found." appears 2 times in the file. | 623 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clusteredCl" appears 7 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache " appears 3 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key-%s-%s" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "AsyncStoreInMemory" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 9 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "READ ONLY - Store should NOT contain k1 key." appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "READ ONLY - Store should NOT contain k2 key." appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "READ ONLY - Remove operation should return false (no op)" appears 3 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'builder' can be moved inside the block at line '40' to restrict runtime creation. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Data Container should not have all keys" appears 8 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "Key: " appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String " was not found!" appears 4 times in the file. | 149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "Key/Value mismatch!" appears 2 times in the file. | 185 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Value: " appears 2 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "KEY" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE V1" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE V2" appears 3 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "KEY2" appears 7 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE2 V1" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE2 V2" appears 2 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "For key " appears 5 times in the file. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Key " appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String " entry for key " appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String " should NOT be null" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String " should contain value " appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String " under key " appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String " but was " appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String ". Entry is " appears 4 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String " expected lifespan for key " appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String " to be " appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 37 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 52 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 19 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 19 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "v2-NEW" appears 6 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "v2-REPLACED" appears 6 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "v2-REPLACED-AGAIN" appears 5 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "v1-if-absent" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "v1-NEW" appears 2 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "v3-NEW" appears 2 times in the file. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 33 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "write" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String " times" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "delete" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Expected 1, was " appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Expected 0, was " appears 7 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "v2-second" appears 5 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Expected 2, was " appears 3 times in the file. | 127 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 132 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 139 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "home" appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "home-second" appears 2 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Newcastle Upon Tyne" appears 2 times in the file. | 158 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "For :" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String " but was " appears 2 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Key %s exists, but has expired. Entry is %s" appears 2 times in the file. | 138 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 155 | |
| extension | MoveVariableInsideIf | Variable 'existingStats' can be moved inside the block at line '197' to restrict runtime creation. | 196 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value for key [a] in atomic map." appears 4 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<cache-container default-cache=\"default\">" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String " <local-cache name=\"default\">\n" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String " <persistence passivation=\"false\"> \n" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String " </persistence>\n" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache>\n" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan-SingleFileStore" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "other-location" appears 2 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 7 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "_value_" appears 7 times in the file. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | MultipleStringLiteralsExtended | The String ".dat" appears 4 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "123456789_" appears 4 times in the file. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 465 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 11 | |
| extension | MultipleStringLiteralsExtended | The String "mircea" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'LockableStore' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 22 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 10 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 8 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 7 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 5 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 5 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 4 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 128 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 201 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "cache size must be 0" appears 2 times in the file. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Wait for async store to lock keys" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "skip" appears 3 times in the file. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 154 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 410 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 444 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 444 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'LockableStore' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 472 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 526 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 554 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 8 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "Y" appears 3 times in the file. | 574 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 583 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "pushing" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "nonPushing" appears 4 times in the file. | 58 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "key4" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "value4" appears 2 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "key5" appears 3 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "value5" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "key6" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "value6" appears 2 times in the file. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "h-key" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "h-value" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "i-key" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "i-value" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "aaa-key" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "aaa-value" appears 2 times in the file. | 199 | |
| extension | AvoidHidingCauseException | Cause exception 'expected' was lost. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Use DDL? " appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String " TX_SIZE = " appears 2 times in the file. | 184 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 228 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 18 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'runNumber'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'totalNanos'. | 206 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 228 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 254 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "Duration: " appears 2 times in the file. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 26 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 8 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 5 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "noSuchScope" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "noSuchKey" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 4 times in the file. | 84 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 105 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 185 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "s1" appears 5 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 4 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "s1" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 4 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "s" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "Don't test " appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String ". it is not Serializable" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "Command " appears 2 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String " dispatched wrongly." appears 2 times in the file. | 174 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "newCache" appears 3 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 2 times in the file. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 8 times in the file. | 34 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 54 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 104 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 106 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 122 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v1_2" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "v2_2" appears 2 times in the file. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "<jgroups>\n" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "</jgroups>\n" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "<cache-container default-cache=\"default\">" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String " <transport stack=\"dummy\" cluster=\"demoCluster\" />\n" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String " <replicated-cache name=\"default\" />\n" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "</cache-container>" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "CacheManager construction should have failed" appears 2 times in the file. | 35 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 36 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 15 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 5 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "Responses were: %s" appears 2 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "exception!" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Expected RemoteException not thrown" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception not thrown but instead we got : " appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "Not registered to handle command id " appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 148 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 201 | |
| extension | MultipleStringLiteralsExtended | The String " and got " appears 2 times in the file. | 201 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 45 | |
| extension | MultipleStringLiteralsExtended | The String " and got " appears 2 times in the file. | 45 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "asyncRepl" appears 7 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 7 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 11 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 3 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "replication" appears 17 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 78 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 17 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 18 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value3" appears 6 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "valueOld" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 17 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Should not remove" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "valueN" appears 4 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 58 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 70 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "replAsync" appears 3 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "futureRepl" appears 2 times in the file. | 24 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "syncReplCache" appears 9 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "syncReplCacheNoTx" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "asyncReplCacheNoTx" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "replQueueCache" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "asyncMarshallCache" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "NonSerializableData should not be null on cache2" appears 2 times in the file. | 96 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "block" appears 3 times in the file. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "replQueue" appears 4 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 15 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "sub-key" appears 3 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "sub-value" appears 2 times in the file. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 20 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "age on cache2 must be null as the TX has not yet been committed" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "\"age\" obtained from cache2 must be non-null " appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "\"age\" must be 38" appears 5 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Ben" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "age on cache1 must be not be null" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "lock info is " appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "Callback got event " appears 2 times in the file. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "testcache" appears 15 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Should only be 2 caches in the cluster!!!" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 8 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "JBC" appears 2 times in the file. | 144 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 154 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan" appears 2 times in the file. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "testcache" appears 41 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 6 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Vladimir" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Infinispan" appears 2 times in the file. | 115 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 10 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "newCache" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "newCache2" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "asyncCache" appears 4 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 94 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected SecurityException while invoking %s with permission %s" appears 2 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 5 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "reader" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "writer" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 3 times in the file. | 23 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 85 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 95 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "deltakey" appears 2 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "someGroup" appears 2 times in the file. | 641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 3 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "listener" appears 4 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 2 times in the file. | 24 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "supervisor" appears 2 times in the file. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myKey" appears 14 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "myValue" appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Adding a new node .." appears 4 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Added a new node" appears 4 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "PUT failed: %s" appears 2 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 6 times in the file. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 45 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 8 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "cache3" appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "cache4" appears 6 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "cache5" appears 8 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Killing coordinator via discard" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Recovery took %s" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Recovery took too long: " appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "Splitting the cluster in three" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Merging the cluster partitions" appears 3 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Merge took %s" appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "Merge took too long: " appears 3 times in the file. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "rebalance_" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "merge" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "GET_STATUS_" appears 4 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "Blocking the GET_STATUS command on the new coordinator" appears 2 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "3 left" appears 4 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Discarding CH update command %s" appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "Discarding rebalance command %s" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "Killing coordinator" appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "GET_TRANSACTIONS" appears 2 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "LEAVE" appears 2 times in the file. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tx1" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:begin" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:block_commit_on_backup" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:after_rollback_on_primary" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:after_rollback_on_backup" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:resume_commit_on_backup" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:after_commit_on_backup" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:check" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "tx2:begin" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "tx2:end" appears 3 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:block_rollback_on_backup" appears 2 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "tx1:resume_rollback_on_backup" appears 3 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "repl" appears 6 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "dist" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "blocked_" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "unblocked_" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 122 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "before_st_" appears 5 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "after_st_" appears 5 times in the file. | 195 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Did not find the expected value on cache " appears 2 times in the file. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "before_st_" appears 7 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "after_st_" appears 6 times in the file. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of owners" appears 2 times in the file. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "post_get_transactions_" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "_from_" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "resume_get_transactions_" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "testkey" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "sending_join_response" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "resume_join_response" appears 2 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "main:start" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "main:check" appears 4 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "primary:block_prepare" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "primary:after_rollback" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "primary:resume_prepare" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "primary:after_prepare" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "backup:block_prepare" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "backup:after_rollback" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "backup:resume_prepare" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "backup:after_prepare" appears 3 times in the file. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "DefaultCacheManager" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "LocalTopologyManager" appears 4 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "RebalancingEnabled" appears 14 times in the file. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong cluster size." appears 11 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 22 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong value from remote get." appears 11 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "key_s4" appears 2 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "key_s5" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "key_s6" appears 2 times in the file. | 354 | |
| extension | MultipleStringLiteralsExtended | The String "key_s7" appears 2 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 570 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Forwarding the prepare command from %s" appears 3 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "blocked_" appears 4 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "_on_" appears 6 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "resume_" appears 2 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "blocked_" appears 4 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "_on_" appears 6 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "resume_" appears 2 times in the file. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "RehasherSim,StaleLocksWithCommitDuringStateTransferTest" appears 2 times in the file. | 82 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "st:block_get_transactions" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_get_transactions" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "st:block_ch_update_on_0" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "st:block_ch_update_on_1" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_ch_update_on_0" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "st:resume_ch_update_on_1" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "tx:before_lock" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "tx:block_remote_lock" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "tx:resume_remote_lock" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "tx:after_commit" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "handleTopologyUpdate" appears 2 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "post_get_transactions_" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "_from_" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "resume_get_transactions_" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 3 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 2 times in the file. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "ch1: " appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected" appears 2 times in the file. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "ch2: " appears 2 times in the file. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 264 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "initialCache" appears 6 times in the file. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 76 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 107 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 136 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "key " appears 3 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "value " appears 2 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "onlyFetchPersistent" appears 4 times in the file. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 126 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 128 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 150 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "delay" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "testConcurrentStateTransfer end - " appears 2 times in the file. | 184 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 195 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a_d_age" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 126 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 134 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 158 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "otherCache" appears 2 times in the file. | 184 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "delay" appears 3 times in the file. | 199 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 271 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect value for key " appears 4 times in the file. | 333 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "|" appears 3 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " start" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "end" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect value for key " appears 4 times in the file. | 165 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a_d_age" appears 2 times in the file. | 16 | |
| extension | MultipleStringLiteralsExtended | The String "Incorrect value for key " appears 4 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache '" appears 2 times in the file. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 6 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "value0" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 134 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "tx:before_prepare_replay" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "tx:resume_prepare_replay" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "tx:mark_tx_completed" appears 3 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "sim:before_extra_commit" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "sim:during_extra_commit" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "sim:after_extra_commit" appears 3 times in the file. | 60 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of prepares!" appears 3 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of commits!" appears 3 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong number of rollbacks!" appears 3 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Cache '" appears 2 times in the file. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache '" appears 2 times in the file. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 139 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 331 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "Cache 1 [" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "] has put a duplicate value" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "Cache 2 [" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "] fina value is less than " appears 2 times in the file. | 102 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 142 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 140 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 141 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 142 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "PUT" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "REMOVE" appears 2 times in the file. | 197 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "worker-" appears 3 times in the file. | 216 | |
| extension | ReturnCountExtended | Return count for 'withStore' method is 2 (max allowed is 1). | 322 | |
| extension | ForbidReturnInFinallyBlock | Finally block should not contain return statements. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 408 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 57 position 41 need optimization. All method calls are advised to move to end of logic expression. | 57 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 72 position 41 need optimization. All method calls are advised to move to end of logic expression. | 72 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 87 position 41 need optimization. All method calls are advised to move to end of logic expression. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "repl-cache-" appears 4 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "dist-cache-" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "-start-thread," appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Took too long to start the cluster" appears 2 times in the file. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "repl-cache-" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "dist-cache-" appears 4 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "bla" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 91 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 92 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 99 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 100 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 107 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 108 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Container %-12s " appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Ops/s %10.2f " appears 3 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Gets/s %10.2f " appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "GET" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Puts/s %10.2f " appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "PUT" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "REMOVE" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "HitRatio %10.2f " appears 3 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Size %10d " appears 3 times in the file. | 166 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "stdDev %10.2f\n" appears 2 times in the file. | 231 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 239 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 290 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "repl" appears 5 times in the file. | 36 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 27 position 73 need optimization. All method calls are advised to move to end of logic expression. | 27 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 34 position 71 need optimization. All method calls are advised to move to end of logic expression. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 396 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | MultipleStringLiteralsExtended | The String " is discarded" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 271 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 298 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 321 | |
| extension | MultipleStringLiteralsExtended | The String " is not a valid cache manager address!" appears 2 times in the file. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 31 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected" appears 2 times in the file. | 51 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 7 times in the file. | 104 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 106 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while executing replace(" appears 2 times in the file. | 129 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 115 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 167 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 188 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 210 position 37 need optimization. All method calls are advised to move to end of logic expression. | 210 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 219 position 34 need optimization. All method calls are advised to move to end of logic expression. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "you must either cleanup after test or after method" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected!" appears 3 times in the file. | 47 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 175 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 189 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out waiting for rebalancing to complete on node %s, " appears 2 times in the file. | 240 | |
| extension | ReturnCountExtended | Return count for 'isCacheViewComplete' method is 2 (max allowed is 1). | 482 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 534 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 645 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 652 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 666 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 694 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 724 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 741 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 788 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 801 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 806 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 822 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 840 | |
| extension | MultipleStringLiteralsExtended | The String "componentRegistry" appears 3 times in the file. | 856 | |
| extension | MultipleStringLiteralsExtended | The String "globalComponentRegistry" appears 3 times in the file. | 862 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 978 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 980 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 987 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 989 | |
| extension | MultipleStringLiteralsExtended | The String " ** Cache " appears 2 times in the file. | 1003 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 1093 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1099 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1108 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan.test.tmpdir" appears 2 times in the file. | 1158 | |
| extension | MultipleStringLiteralsExtended | The String "java.io.tmpdir" appears 2 times in the file. | 1158 | |
| extension | MultipleStringLiteralsExtended | The String "DefaultCacheManager" appears 2 times in the file. | 1207 | |
| extension | MultipleStringLiteralsExtended | The String ",component=" appears 2 times in the file. | 1216 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1217 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1238 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1406 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 36 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | MultipleStringLiteralsExtended | The String " already exists" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String " < " appears 2 times in the file. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 157 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 166 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 278 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "t" appears 4 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "s0" appears 3 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 8 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "s2" appears 5 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "s4" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "start" appears 6 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "t1:s1" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "t2:s2" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "stop" appears 5 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | ReturnCountExtended | Return count for 'await' method is 2 (max allowed is 1). | 47 | |
| extension | ReturnCountExtended | Return count for 'peek' method is 2 (max allowed is 1). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "~~~~~~~~~~~~~~~~~~~~~~~~~ TEST HEALTH INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "tcp" appears 2 times in the file. | 76 | |
| extension | ReturnCountExtended | Return count for 'getTcpConfig' method is 3 (max allowed is 1). | 86 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 95 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 203 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "~~~~~~~~~~~~~~~~~~~~~~~~~ ENVIRONMENT INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | MoveVariableInsideIf | Variable 'discoveries' can be moved inside the block at line '64' to restrict runtime creation. | 59 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 232 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 236 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "System props are " appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "stacks/tcp_mping/tcp1.xml" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "stacks/tcp_mping/tcp2.xml" appears 3 times in the file. | 93 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 118 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "infinispan-" appears 2 times in the file. | 65 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Use TestCacheManagerFactory.createClusteredCacheManager(...) for clustered cache managers" appears 2 times in the file. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 47 | |
| extension | AvoidHidingCauseException | Cause exception 't' was lost. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "main" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 121 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 138 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "Test " appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String ", Stack trace:\n" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 141 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 4 times in the file. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 14 | |
| extension | MultipleStringLiteralsExtended | The String "NAME: " appears 2 times in the file. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 526 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 56 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 30 times in the file. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 328 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 366 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "induced!" appears 2 times in the file. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 55 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 45 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "TestCache" appears 10 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "___________ before commit" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "val" appears 4 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "old" appears 3 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 5 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "Should have rolled back" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "There should be no transaction in scope anymore!" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "Expected a null but was " appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 9 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 12 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 6 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 48 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "v1_0" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "v2_0" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "main" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "after_commit_on_1" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "before_kill_3" appears 4 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "after_state_applied_on_1" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "before_commit_on_2" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "after_commit_on_2" appears 4 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "handleRebalanceCompleted" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "v1_1" appears 6 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "v2_1" appears 6 times in the file. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 164 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 3 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 62 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 108 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "dummy" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 44 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 3 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 3 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "c1key" appears 12 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "c1value" appears 7 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "c2key" appears 12 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "c2value" appears 7 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "c1value_new" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "c2value_new" appears 5 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c1" appears 12 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 6 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "c1key" appears 27 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "c1value" appears 20 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "c2key" appears 15 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "c2value" appears 9 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "c1value_new" appears 6 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "c2value_new" appears 6 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v0" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "value_1_t2" appears 5 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 19 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "value_2_t2" appears 5 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 19 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value_1_t1" appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "value_2_t1" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "t1 failure" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "t2 failure" appears 4 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "initial_1" appears 2 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "initial_2" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "expected one and only one exception: " appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Induced!" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 38 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 10 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 3 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 7 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 27 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 75 | |
| extension | MultipleVariableDeclarationsExtended | Only one variable definition per line allowed. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 7 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 21 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 75 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 76 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 78 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "withRecoveryAndCache" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Recovery is supposed to be enabled." appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "noRecovery" appears 4 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Wrong recovery cache name." appears 5 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "RecoveryManager should be *not* null when recovery is enabled." appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "withRecoveryDefaultCache" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 55 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 2 times in the file. | 53 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 3 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 15 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "forceCommit" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction not found" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "forceRollback" appears 4 times in the file. | 119 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 189 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 189 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 201 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 25 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "newCache" appears 2 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rollback expected!" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction didn't complete locally in " appears 2 times in the file. | 357 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 31 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 31 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 28 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ControlledRpcManager.invokeRemotely6" appears 2 times in the file. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 22 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 21 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 22 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "N1" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "N2" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "N3" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 13 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 21 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 17 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 22 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 14 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "N" appears 3 times in the file. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 164 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 164 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 165 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 188 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 188 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 189 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 190 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 190 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 191 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 204 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 204 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 205 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 251 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 251 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 252 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 266 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 266 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 267 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 2 times in the file. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 111 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 135 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 136 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 137 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 2 times in the file. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 8 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 8 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 8 times in the file. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 6 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 81 | |
| extension | ReturnCountExtended | Return count for 'findThreadLocalLeaks' method is 2 (max allowed is 1). | 131 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 147 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "dcfc1b6f033176cf" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 37 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 90 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 55 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nycBackup" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "lonBackup" appears 3 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 185 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 238 | |
| extension | MoveVariableInsideIf | Variable 'cm' can be moved inside the block at line '252' to restrict runtime creation. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "amKey" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "fancyValue" appears 3 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 4 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "nycBackup" appears 3 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 21 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 18 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "someCache" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "backup" appears 10 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "someCacheBackup" appears 7 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "k_default_lon" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "v_default_lon" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "k_default_nyc" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "v_default_nyc" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "k_backup_lon" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "v_backup_lon" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "k_backup_nyc" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v_backup_nyc" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "k_someCache_lon" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "v_someCache_lon" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "k_lon_sb" appears 6 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "v_lon_sb" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "cacheBackup" appears 2 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 4 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 4 times in the file. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 4 times in the file. | 16 | |
| extension | MultipleStringLiteralsExtended | The String "v_LON" appears 6 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 4 times in the file. | 18 | |
| extension | MultipleStringLiteralsExtended | The String "lonBackup" appears 4 times in the file. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 2 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 9 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 9 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 8 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "k_lon" appears 10 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "v_lon" appears 5 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 6 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "lonBackup" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "k_nyc" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "v_nyc" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "nycBackup" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 28 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 26 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 13 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 9 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 26 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 20 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "8" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "13" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "NYC[ONLINE]" appears 4 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "NYC[OFFLINE]" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 8 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "SFO" appears 4 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 5 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 2 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "SFO" appears 2 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 3 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 2 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "someCache" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "SFO" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 2 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Induced failure" appears 8 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 32 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 20 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 12 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 5 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 8 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 37 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 5 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 28 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 2 times in the file. | 26 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "LON" appears 6 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "This should have failed" appears 2 times in the file. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "LON" appears 9 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "NYC" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "This should have failed" appears 2 times in the file. | 49 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 50 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'BackupForStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "before-update" appears 4 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "update-key" appears 2 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "apply-state" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "before-state" appears 4 times in the file. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ReturnCountExtended | Return count for 'isUpdatingKeyWithValue' method is 2 (max allowed is 1). | 493 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 568 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "v0" appears 13 times in the file. | 611 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 10 times in the file. | 611 | |
| extension | MultipleStringLiteralsExtended | The String "before-start" appears 2 times in the file. | 861 | |
| extension | MultipleStringLiteralsExtended | The String "await-start" appears 2 times in the file. | 863 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncNonTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncOnePhaseTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'DistSyncTwoPhasesTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 18 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wait for cluster to form on caches %s" appears 2 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 219 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "nTimes should greater than zero but it is " appears 2 times in the file. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'SiteConsumerTopologyChangeTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Start topology change during x-site state transfer with %s" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "before-block" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "blocked" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Start x-site state transfer" appears 2 times in the file. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "before-chunk" appears 2 times in the file. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'SiteProviderTopologyChangeTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "Controlled cache=%s, Coordinator cache=%s, Cache to remove=%s" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "NONE" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Start x-site state transfer" appears 3 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Start topology change during x-site state transfer with %s" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "before-second-chunk" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "second-chunk" appears 2 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'StateTransferLinkFailuresTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'fl' can be moved inside the block at line '29' to restrict runtime creation. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'parseParameters' is called in constructor body. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 16 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "numPoints" appears 3 times in the file. | 33 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "configFile" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "nodeType" appears 2 times in the file. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "textFile" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "mostPopularWords" appears 3 times in the file. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "configFile" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "nodeType" appears 2 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 10 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 12 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'WordCountMapperEmitPerValue' does not extend anything. | 15 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 24 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "root path: " appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String " does not exist and could not be created" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String ") failed" appears 5 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "GridStore.setResourceContent(" appears 2 times in the file. | 135 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 76 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 77 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 106 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 178 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "Generate " appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String " Random Entries" appears 2 times in the file. | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "Cache contains " appears 3 times in the file. | 398 | |
| extension | MultipleStringLiteralsExtended | The String " entries" appears 3 times in the file. | 398 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 401 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 491 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 528 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "NULL!" appears 4 times in the file. | 574 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 587 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 652 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'listStoredValuesMatchingQuery' method is 2 (max allowed is 1). | 59 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "config-samples/lucene-demo-cache-config.xml" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "index-name" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "hello?" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'succWrTot' can be moved inside the block at line '353' to restrict runtime creation. | 346 | |
| extension | MoveVariableInsideIf | Variable 'abortWrTot' can be moved inside the block at line '353' to restrict runtime creation. | 347 | |
| extension | MoveVariableInsideIf | Variable 'succRdTot' can be moved inside the block at line '353' to restrict runtime creation. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "null" appears 3 times in the file. | 107 | |
| extension | MoveVariableInsideIf | Variable 'lts' can be moved inside the block at line '173' to restrict runtime creation. | 172 | |
| extension | MoveVariableInsideIf | Variable 'rts' can be moved inside the block at line '178' to restrict runtime creation. | 177 | |
| extension | ReturnCountExtended | Return count for 'createTransactionStatisticIfAbsent' method is 3 (max allowed is 1). | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This should never happen. Statistic " appears 2 times in the file. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 68 position 48 need optimization. All method calls are advised to move to end of logic expression. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 81 position 48 need optimization. All method calls are advised to move to end of logic expression. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 262 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 290 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 181 | |
| extension | ReturnCountExtended | Return count for 'visitWriteCommand' method is 2 (max allowed is 1). | 726 | |
| extension | MoveVariableInsideIf | Variable 'ret' can be moved inside the block at line '732' to restrict runtime creation. | 731 | |
| extension | MoveVariableInsideIf | Variable 'start' can be moved inside the block at line '784' to restrict runtime creation. | 733 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 759 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 23 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 23 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 22 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 131 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 137 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 182 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 67 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 304 position 34 need optimization. All method calls are advised to move to end of logic expression. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Start timestamp must be zero!" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "TimeUnit is different from expected" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "timeService" appears 6 times in the file. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "KEY_" appears 4 times in the file. | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 466 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 488 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 494 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 509 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 538 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute " appears 3 times in the file. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 590 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Start timestamp must be zero!" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "TimeUnit is different from expected" appears 2 times in the file. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "timeService" appears 5 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "KEY_" appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute " appears 3 times in the file. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Start timestamp must be zero!" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "TimeUnit is different from expected" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "timeService" appears 6 times in the file. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "Rollback Exception expected!" appears 4 times in the file. | 195 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 226 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute " appears 5 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String " already validated" appears 2 times in the file. | 318 | |
| extension | MultipleStringLiteralsExtended | The String " has wrong value for cache " appears 2 times in the file. | 321 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Start timestamp must be zero!" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "TimeUnit is different from expected" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "timeService" appears 6 times in the file. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Expected timeout exception" appears 2 times in the file. | 197 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 198 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 208 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 224 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 257 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "Deadlock expected but both transactions has been committed." appears 2 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "Deadlock expected but both transaction has been aborted." appears 2 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Expected one transaction to be committed." appears 2 times in the file. | 284 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 340 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 355 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 404 | |
| extension | MultipleStringLiteralsExtended | The String "Attribute " appears 5 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String " already validated" appears 2 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String " has wrong value for cache " appears 2 times in the file. | 422 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 10 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 10 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 14 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 79 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "simpleCache" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "distributed-cache" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "jpa-local-cache" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "kve_key1" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "kve_key2" appears 4 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "fcs-local-cache" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc-local-cache" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "leveldb-local-cache" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "OK" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 201 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 254 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 261 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 279 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 291 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 296 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 18 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "playing" appears 9 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 11 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "Goat" appears 9 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "cheese" appears 2 times in the file. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "Eats" appears 5 times in the file. | 328 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 337 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "personFilter" appears 2 times in the file. | 361 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 375 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 392 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 400 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 408 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 422 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 558 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 563 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 29 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Doe" appears 11 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Lorem ipsum dolor sit amet" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "X1234" appears 7 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Spider" appears 28 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "Man" appears 19 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Y12" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "ZZ" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Woman" appears 12 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe's first bank account" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe's second bank account" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-04" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-20" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Birthday present" appears 2 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Feb. rent payment" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-31" appears 11 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-01" appears 11 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "user_" appears 3 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "account_" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "transaction_" appears 7 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Expensive shoes " appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "testing 123" appears 3 times in the file. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 39 times in the file. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 8 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "notes" appears 2 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 29 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "addresses.postCode" appears 7 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "%rent%" appears 3 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 6 times in the file. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "amount" appears 6 times in the file. | 402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "gender" appears 16 times in the file. | 488 | |
| extension | MultipleStringLiteralsExtended | The String "%oe%" appears 2 times in the file. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 659 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 23 times in the file. | 717 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 4 times in the file. | 775 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "addresses" appears 3 times in the file. | 799 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 841 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 7 times in the file. | 847 | |
| extension | MultipleStringLiteralsExtended | The String "accountIds" appears 13 times in the file. | 884 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1005 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1021 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1028 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1036 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1044 | |
| extension | MultipleStringLiteralsExtended | The String "creationDate" appears 5 times in the file. | 1104 | |
| extension | MultipleStringLiteralsExtended | The String "accountId" appears 5 times in the file. | 1210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1530 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1544 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1545 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1605 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1612 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1622 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1632 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1642 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1652 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1661 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1672 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1680 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 1688 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 19 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Goat" appears 9 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 5 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "goat" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "yyJohn" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Eat anything" appears 2 times in the file. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "otherKey" appears 7 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "Eats grass" appears 3 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "Some string" appears 4 times in the file. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rosso corsa" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "500_Superfast" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Ferrari 500_Superfast" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 19 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 21 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Hello Pete :)" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 3 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " services, " appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "manning" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "AB1" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Hibernate in Action" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "manning" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "AB2" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Seam in Action" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "action" appears 6 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "HibernatE" appears 5 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "field1" appears 8 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumped over the lazy dog" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "category" appears 4 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 2 times in the file. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user-provided-infinispan.xml" appears 3 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 30 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "A non registered member should have null ID" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Davide D'Alto" appears 4 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "A registered member should have an ID" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Peter O'Tall" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Richard Mayhew" appears 4 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Davide" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Peter" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Richard" appears 3 times in the file. | 108 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 142 position 33 need optimization. All method calls are advised to move to end of logic expression. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 24 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "A non registered member should have null ID" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Davide D'Alto" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "A registered member should have an ID" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "slave-1" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Peter O'Tall" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "slave-2" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Missing cache entry" appears 2 times in the file. | 97 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 114 position 33 need optimization. All method calls are advised to move to end of logic expression. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "user-provided-infinispan.xml" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Peter O'Tall" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "Peter" appears 4 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "Expected at least one result after the indexing" appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "TotallyInventedName" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "Search should never return null" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Search results should be empty" appears 3 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Manik" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Kevin" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 4 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 93 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "Kevin" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Hi Kevin" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "Hi Pete" appears 4 times in the file. | 55 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 85 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Kevin" appears 10 times in the file. | 59 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Hello Kevin" appears 5 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Morning Foo" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Pete" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Hi Pete" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Hola Pete" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "Kevin" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Hello Kevin" appears 2 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "Manik" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "Hey Manik" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Bonjour Pete" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "ISPN-5195" appears 2 times in the file. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "login parameter must not be null" appears 5 times in the file. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 128 position 36 need optimization. All method calls are advised to move to end of logic expression. | 128 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 132 position 36 need optimization. All method calls are advised to move to end of logic expression. | 132 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 208 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 88 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 126 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 143 | |
| extension | ReturnCountExtended | Return count for 'readln' method is 2 (max allowed is 1). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "uno" appears 3 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 32 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 20 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "new-one" appears 7 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 10 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 246 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 316 | |
| extension | MultipleStringLiteralsExtended | The String "new-two" appears 2 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "new-three" appears 2 times in the file. | 334 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 19 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 7 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "modifiedValue" appears 7 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "replacedValue" appears 7 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 6 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 4 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "newKey" appears 7 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 2 times in the file. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "newKey2" appears 4 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "successfulChange" appears 2 times in the file. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "modifiedValue" appears 3 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "replacedValue" appears 4 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "/k" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "application/octet-stream" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 3 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "/key" appears 3 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "modifiedValue" appears 3 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "replacedValue" appears 3 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 24 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "<hey>ho</hey>" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "application/octet-stream" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 14 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 8 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "application/x-java-serialized-object" appears 3 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 4 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "application/json" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "application/xml" appears 2 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 8 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "Expires" appears 4 times in the file. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "unknown-media-type" appears 2 times in the file. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "Cache-Control" appears 7 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "min-fresh=20" appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "min-fresh=3" appears 2 times in the file. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "max-age" appears 2 times in the file. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 16 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 4 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "<hey>ho</hey>" appears 4 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 6 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "The version (CAS) should have changed" appears 2 times in the file. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 189 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "<hey>ho</hey>" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 6 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-osgi" appears 2 times in the file. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 51 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "(service.pid=org.infinispan.manager.embedded)" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "No configurations are expected." appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "No service is expected." appears 3 times in the file. | 72 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 86 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "org.infinispan.manager.embedded" appears 4 times in the file. | 91 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 108 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 120 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 124 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "instanceId" appears 3 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "config" appears 3 times in the file. | 131 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 135 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Expecting the service to be registered through the mananged service factory." appears 3 times in the file. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 79 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 84 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 89 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 104 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 109 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 114 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 124 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 149 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 154 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 159 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 164 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 169 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 174 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 179 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 189 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 209 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "infinispan-commons" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-core" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-client-hotrod" appears 5 times in the file. | 68 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 68 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-jdbc" appears 2 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-remote" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-leveldb" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-jpa" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-osgi" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-embedded" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-remote" appears 2 times in the file. | 79 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 89 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 59 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "org.infinispan" appears 16 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-core" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-remote" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-jdbc" appears 5 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "org.testng" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "testng" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-cachestore-jpa" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan-embedded" appears 4 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "org.infinispan.embedded" appears 3 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "features" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "assembly:%s!/org/infinispan/test/fwk/**" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "Export-Package=org.infinispan.test.fwk;partial=true;mandatory:=partial" appears 2 times in the file. | 222 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 308 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 314 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 27 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 26 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 11 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "test value" appears 5 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 135 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 179 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 201 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 212 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 223 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 234 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 245 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 256 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 261 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 112 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 114 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 118 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'addLdaps' is called in constructor body. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'createDs' is called in constructor body. | 49 | |
| extension | OverridableMethodInConstructor | Overridable method 'createKdc' is called in constructor body. | 50 | |
| extension | OverridableMethodInConstructor | Overridable method 'createLdap' is called in constructor body. | 51 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'createDs' is called in constructor body. | 35 | |
| extension | OverridableMethodInConstructor | Overridable method 'createLdap' is called in constructor body. | 36 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "target/test-classes/jboss-deployment-structure.xml" appears 2 times in the file. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "exec" appears 3 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "noexec" appears 3 times in the file. | 43 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 177 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 3 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "query" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "noquery" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Henry" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "dissociate identity disorder" appears 2 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 13 | |
| extension | ReturnCountExtended | Return count for 'implies' method is 3 (max allowed is 1). | 17 | |
| extension | MultipleStringLiteralsExtended | The String " \"" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 114 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 136 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 164 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 173 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 193 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 199 | |
| extension | ReturnCountExtended | Return count for 'put' method is 2 (max allowed is 1). | 211 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 241 | |
| extension | ReturnCountExtended | Return count for 'replace' method is 5 (max allowed is 1). | 277 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "cacheName" appears 2 times in the file. | 88 | |
| extension | ReturnCountExtended | Return count for 'getCache' method is 2 (max allowed is 1). | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 164 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 205 position 32 need optimization. All method calls are advised to move to end of logic expression. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getExpiry' method is 5 (max allowed is 1). | 29 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 34 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 40 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 | |
| extension | MultipleStringLiteralsExtended | The String " . Error was " appears 2 times in the file. | 71 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 21 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 44 position 38 need optimization. All method calls are advised to move to end of logic expression. | 44 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 53 position 37 need optimization. All method calls are advised to move to end of logic expression. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 48 position 30 need optimization. All method calls are advised to move to end of logic expression. | 48 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 52 position 30 need optimization. All method calls are advised to move to end of logic expression. | 52 | |
| extension | ReturnCountExtended | Return count for 'getCacheKeyGenerator' method is 2 (max allowed is 1). | 69 | |
| extension | MoveVariableInsideIf | Variable 'creationalContext' can be moved inside the block at line '81' to restrict runtime creation. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'resolveCache' method is 3 (max allowed is 1). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'setManagementEnabled' is called in constructor body. | 109 | |
| extension | OverridableMethodInConstructor | Overridable method 'setStatisticsEnabled' is called in constructor body. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 161 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 341 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 424 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 509 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 529 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 531 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 616 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 620 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 678 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 703 | |
| extension | MoveVariableInsideIf | Variable 'start' can be moved inside the block at line '723' to restrict runtime creation. | 722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 24 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 30 | |
| extension | MoveVariableInsideIf | Variable 'now' can be moved inside the block at line '52' to restrict runtime creation. | 49 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 14 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 20 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 32 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "select * from x" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "oneCache" appears 2 times in the file. | 28 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 30 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "dummyStore" appears 4 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "load" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "UnwrapCache" appears 2 times in the file. | 26 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 30 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 17 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 12 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "keys" appears 3 times in the file. | 70 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 116 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 124 position 42 need optimization. All method calls are advised to move to end of logic expression. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 129 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 135 position 42 need optimization. All method calls are advised to move to end of logic expression. | 135 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "oldValue" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "Argument cannot be null." appears 3 times in the file. | 437 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 442 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 454 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan" appears 4 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "cache-container" appears 5 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "local-cache" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "start" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-connector" appears 2 times in the file. | 148 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 172 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 57 | |
| extension | MoveVariableInsideIf | Variable 'serviceManager' can be moved inside the block at line '70' to restrict runtime creation. | 68 | |
| extension | AvoidHidingCauseException | Cause exception 'ne' was lost. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "class" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "url" appears 2 times in the file. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sa" appears 2 times in the file. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "complaints-office@world.com" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "message" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Galactic" appears 2 times in the file. | 12 | |
| extension | MultipleStringLiteralsExtended | The String "Infinity1000" appears 2 times in the file. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A1" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "GE" appears 2 times in the file. | 12 | |
| extension | MultipleStringLiteralsExtended | The String "Scorcher5000" appears 2 times in the file. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "|" appears 3 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 31 | |
| extension | ReturnCountExtended | Return count for 'getKeyMapping' method is 3 (max allowed is 1). | 53 | |
| extension | AvoidHidingCauseException | Cause exception 'nfe' was lost. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "distLocksCache" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 3 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | ReturnCountExtended | Return count for 'openInput' method is 2 (max allowed is 1). | 122 | |
| extension | MultipleStringLiteralsExtended | The String "Error loading metadata for index file: " appears 2 times in the file. | 134 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Updated file listing: added " appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'pos'. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'bufferSize'. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 128 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 195 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Read past EOF" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Read past EOF" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 90 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to resume suspended transaction " appears 2 times in the file. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 116 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 135 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 157 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 79 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 79 | |
| extension | ReturnCountExtended | Return count for 'acquireReadLock' method is 2 (max allowed is 1). | 137 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 157 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "path" appears 2 times in the file. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "good" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "body" appears 3 times in the file. | 183 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sa" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "index" appears 3 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello" appears 3 times in the file. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myIndex" appears 4 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'predictableByte' can be moved inside the block at line '111' to restrict runtime creation. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "RandomSampleFile.txt" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "Hello.txt" appears 11 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "World.txt" appears 10 times in the file. | 334 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 431 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "HelloWorld.txt" appears 5 times in the file. | 438 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 439 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 440 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "MyNewFile.txt" appears 11 times in the file. | 475 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 484 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 502 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 503 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 529 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 532 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "document.lucene" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "info" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "good" appears 2 times in the file. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 146 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 6 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 23 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 23 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "poems and songs, 3000AC-2000DC" appears 7 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "brushed steel lock" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "brushed steel lock|RL|poems and songs, 3000AC-2000DC" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "index-A" appears 9 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "fileName" appears 4 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lucene" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "hi" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "node" appears 3 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Failed for " appears 2 times in the file. | 136 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 181 | |
| extension | MoveVariableInsideIf | Variable 'keyFromLoad' can be moved inside the block at line '206' to restrict runtime creation. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "No corresponding key was found for " appears 2 times in the file. | 239 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "index-A" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "index-B" appears 3 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 72 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "main" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "secondaryField" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "String '" appears 2 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 16 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 18 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 24 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 25 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "_.cf1" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "_.cf2" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "_.cf3" appears 4 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "string1" appears 9 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "string2" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "string3" appears 3 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lucene" appears 4 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "myIndex" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "lucene" appears 4 times in the file. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "HA" appears 2 times in the file. | 133 | |
| extension | ForbidReturnInFinallyBlock | Finally block should not contain return statements. | 146 | |
| extension | ForbidReturnInFinallyBlock | Finally block should not contain return statements. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "iname" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "main" appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "String '" appears 2 times in the file. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MoveVariableInsideIf | Variable 'before' can be moved inside the block at line '58' to restrict runtime creation. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 21 | |
| extension | RedundantReturn | Redundant return. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "unexpected error" appears 3 times in the file. | 39 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index_metadata" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "index_data" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "index_locks" appears 2 times in the file. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 20 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lucene.readlocks.ConfigurationCheckTest" appears 4 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "fileName" appears 4 times in the file. | 46 | |
| extension | RedundantReturn | Redundant return. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String " should not have existed" appears 2 times in the file. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "was not started" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "was already stopped" appears 3 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 32 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown entity name " appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Not implemented" appears 6 times in the file. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | ReturnCountExtended | Return count for 'convertToPropertyType' method is 13 (max allowed is 1). | 52 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 63 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 71 | |
| extension | AvoidHidingCauseException | Cause exception 'ex' was lost. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getPrimitivePropertyType' method is 8 (max allowed is 1). | 36 | |
| extension | ReturnCountExtended | Return count for 'getField' method is 2 (max allowed is 1). | 65 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown entity name " appears 4 times in the file. | 70 | |
| extension | ReturnCountExtended | Return count for 'hasProperty' method is 2 (max allowed is 1). | 89 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 93 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 94 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 118 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 119 | |
| extension | ReturnCountExtended | Return count for 'isRepeatedProperty' method is 2 (max allowed is 1). | 137 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 141 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 142 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 145 | |
| extension | ReturnCountExtended | Return count for 'convertToPropertyType' method is 4 (max allowed is 1). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown entity name " appears 4 times in the file. | 57 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "No child found : " appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Reached illegal state" appears 2 times in the file. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 26 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No nested message is expected" appears 2 times in the file. | 123 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 181 position 55 need optimization. All method calls are advised to move to end of logic expression. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Root node does not allow predicates" appears 2 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "Root node does not allow projections" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 44 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 61 position 36 need optimization. All method calls are advised to move to end of logic expression. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'visit' method is 3 (max allowed is 1). | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 35 | |
| extension | ReturnCountExtended | Return count for 'visit' method is 3 (max allowed is 1). | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 65 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 113 | |
| extension | ReturnCountExtended | Return count for 'comparePrimaryPredicateExpr' method is 3 (max allowed is 1). | 172 | |
| extension | ReturnCountExtended | Return count for 'optimizeOverlappingIntervalPredicates' method is 12 (max allowed is 1). | 250 | |
| extension | ReturnCountExtended | Return count for 'visit' method is 7 (max allowed is 1). | 324 | |
| extension | ReturnCountExtended | Return count for 'eqAndInterval' method is 14 (max allowed is 1). | 373 | |
| extension | ReturnCountExtended | Return count for 'notEqAndInterval' method is 14 (max allowed is 1). | 416 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 462 | |
| extension | ReturnCountExtended | Return count for 'visit' method is 3 (max allowed is 1). | 477 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 478 | |
| extension | ReturnCountExtended | Return count for 'visit' method is 3 (max allowed is 1). | 505 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 19 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 21 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 79 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'add' method is 2 (max allowed is 1). | 134 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 366 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 390 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 427 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 428 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 439 | |
| extension | ReturnCountExtended | Return count for 'findNode' method is 5 (max allowed is 1). | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This property cannot be iterated" appears 2 times in the file. | 76 | |
| extension | ReturnCountExtended | Return count for 'getAccessor' method is 4 (max allowed is 1). | 241 | |
| extension | ReturnCountExtended | Return count for 'determineMapValueTypeParam' method is 3 (max allowed is 1). | 328 | |
| extension | ReturnCountExtended | Return count for 'determineCollectionElementType' method is 2 (max allowed is 1). | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ISPN000406" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org.infinispan.objectfilter.test.model.Person" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "EQUAL(PROP(name), CONST(John))" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_EQUAL(PROP(name), CONST(Johnny))" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "CONST_TRUE" appears 34 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "CONST_FALSE" appears 37 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "EQUAL(PROP(age), CONST(20))" appears 16 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_EQUAL(PROP(age), CONST(20))" appears 14 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "LESS(PROP(age), CONST(20))" appears 12 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "GREATER(PROP(age), CONST(20))" appears 10 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "LESS_OR_EQUAL(PROP(age), CONST(20))" appears 12 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "GREATER_OR_EQUAL(PROP(age), CONST(20))" appears 12 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "EQUAL(PROP(age), CONST(30))" appears 6 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "GREATER_OR_EQUAL(PROP(age), CONST(30))" appears 6 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "GREATER(PROP(age), CONST(30))" appears 8 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "LESS(PROP(age), CONST(30))" appears 6 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "LESS_OR_EQUAL(PROP(age), CONST(30))" appears 6 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_EQUAL(PROP(age), CONST(30))" appears 4 times in the file. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 16 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 17 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 18 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 20 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 21 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 17 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "prop1" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 7 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Batman" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "SW12345" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "0040888888" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "004012345" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Woman" appears 2 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person p where p.name = 'John'" appears 5 times in the file. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "ISPN000402" appears 2 times in the file. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person where phoneNumbers is null" appears 2 times in the file. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person where phoneNumbers is not null" appears 2 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person p where p.phoneNumbers.number = '004012345'" appears 2 times in the file. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "phoneNumbers.number" appears 2 times in the file. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 7 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "Jo%" appears 2 times in the file. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 518 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 524 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 572 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 608 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "address.postCode" appears 3 times in the file. | 636 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 655 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 688 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "street" appears 2 times in the file. | 15 | |
| extension | MultipleStringLiteralsExtended | The String "postCode" appears 2 times in the file. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 39 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 43 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 47 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 51 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 55 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 59 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 63 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 67 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 75 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 79 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 87 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 91 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 95 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 99 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 103 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 107 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 111 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 115 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 119 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 2 times in the file. | 18 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 20 | |
| extension | MultipleStringLiteralsExtended | The String "address" appears 2 times in the file. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "phoneNumbers" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "favouriteNumbers" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "license" appears 2 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "gender" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "lastUpdate" appears 2 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "deleted" appears 2 times in the file. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "number" appears 2 times in the file. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person p where p.name is not null" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "from org.infinispan.objectfilter.test.model.Person p where p.surname = 'Batman' and p.age > 30 and p.name > 'A' and p.address.postCode = 'SW12345'" appears 2 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "Property must be set" appears 2 times in the file. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 85 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 93 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'load' method is 2 (max allowed is 1). | 52 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 31 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 73 position 49 need optimization. All method calls are advised to move to end of logic expression. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 4 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 4 times in the file. | 46 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jmx://1.2.3.4:4444/MyCacheManager/myCache" appears 2 times in the file. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 29 | |
| extension | ReturnCountExtended | Return count for 'tableExists' method is 2 (max allowed is 1). | 67 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 7 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "DELETE FROM " appears 6 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "UPDATE " appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String " SET " appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String " = ? , " appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "=? WHERE " appears 3 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String " = convert(" appears 4 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 6 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "?)" appears 4 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String " = cast(? as " appears 4 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String " = ?" appears 4 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT " appears 8 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String " FROM " appears 8 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String " WHERE " appears 12 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT %s FROM %s" appears 2 times in the file. | 356 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 392 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 8 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 51 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 52 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while stopping" appears 2 times in the file. | 101 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 109 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 207 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '243' to restrict runtime creation. | 242 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "Interrupted purging JdbcBinaryStore" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "Flushing deletion batch" appears 2 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "Flushed deletion batch" appears 2 times in the file. | 329 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 330 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 337 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 424 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "'. Expected values is 1" appears 2 times in the file. | 475 | |
| extension | ReturnCountExtended | Return count for 'loadBucket' method is 2 (max allowed is 1). | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 20 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "A ConnectionFactory has already been configured for this store" appears 2 times in the file. | 50 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 34 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 34 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 37 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 21 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 22 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 23 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 29 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 49 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 54 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 70 position 31 need optimization. All method calls are advised to move to end of logic expression. | 70 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 73 position 31 need optimization. All method calls are advised to move to end of logic expression. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "checkout" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "release" appears 2 times in the file. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while stopping" appears 3 times in the file. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 90 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 96 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while stopping" appears 2 times in the file. | 131 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "Running sql '%s'. Key string is '%s'" appears 2 times in the file. | 157 | |
| extension | ReturnCountExtended | Return count for 'load' method is 2 (max allowed is 1). | 190 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '256' to restrict runtime creation. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 271 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '283' to restrict runtime creation. | 282 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 316 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 335 | |
| extension | MoveVariableInsideIf | Variable 'inputStream' can be moved inside the block at line '343' to restrict runtime creation. | 341 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "This should not be called!" appears 7 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "FOOBAR" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "ISPN_FOOBAR" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "ISPN" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "first" appears 7 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 7 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 10 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 6 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "BINARY_" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 12 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "VARCHAR" appears 12 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "datum" appears 12 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "BINARY" appears 12 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 12 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "BIGINT" appears 12 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "STRINGS_" appears 7 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " <cache-container default-cache=\"default\">\n" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String " <local-cache name=\"default\">\n" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String " <persistence>\n" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String " <id-column name=\"id\" type=\"VARCHAR\" />\n" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String " <data-column name=\"datum\" type=\"BINARY\" />\n" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String " <timestamp-column name=\"version\" type=\"BIGINT\" />\n" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String " </string-keyed-table>\n" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String " <write-behind />\n" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String " </persistence>\n" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache></cache-container>\n" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "BINARY" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 4 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "DummyKey2StringMapper" appears 2 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc:h2:mem:infinispan;DB_CLOSE_DELAY=-1" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "org.h2.Driver" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "dbuser" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "dbpass" appears 2 times in the file. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String " <id-column name=\"id\" type=\"BINARY\" />\n" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String " </binary-keyed-table>\n" appears 2 times in the file. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "bucket" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "binary_dc" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "binary_dct" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "strings_dc" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "strings_dct" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "failTable" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "ID" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "VARCHAR(255)" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "DATA" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "VARBINARY(1000)" appears 2 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "TIMESTAMP" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "BIGINT" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Mircea" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Markus" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Manik" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Surtani" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "tableManipulation" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "String" appears 6 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "someValue" appears 8 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 5 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "otherValue" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "String2" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Expected " appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String " rows, actual value is " appears 2 times in the file. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "val2" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 191 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "markus" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "mircea" appears 5 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "mircea2" appears 3 times in the file. | 30 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jdbc:h2:mem:%s;DB_CLOSE_DELAY=-1" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "sa" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "ispn" appears 2 times in the file. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 133 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 89 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 120 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 128 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 220 | |
| extension | MultipleStringLiteralsExtended | The String " not found" appears 2 times in the file. | 258 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 264 | |
| extension | ReturnCountExtended | Return count for 'delete' method is 2 (max allowed is 1). | 279 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to marshall key" appears 3 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 3 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 302 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 313 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 359 | |
| extension | MultipleStringLiteralsExtended | The String " -> " appears 3 times in the file. | 386 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 393 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 439 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to unmarshall metadata" appears 3 times in the file. | 447 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 460 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 548 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 581 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 589 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 638 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 680 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 717 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 815 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'JpaStoreException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "Entity manager factory was already closed: " appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "userCache" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 9 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 9 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 8 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 8 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 4 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Super call could be removed: Class 'TestObject' does not extend anything. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 8 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 16 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "org.iq80.leveldb.impl.Iq80DBFactory" appears 2 times in the file. | 43 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot acquire semaphore" appears 3 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "LevelDB is stopped" appears 7 times in the file. | 170 | |
| extension | MoveVariableInsideIf | Variable 'it' can be moved inside the block at line '228' to restrict runtime creation. | 227 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 272 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot acquire semaphore: CacheStore is likely stopped." appears 2 times in the file. | 289 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 314 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 346 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 378 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 401 | |
| extension | ReturnCountExtended | Return count for 'load' method is 3 (max allowed is 1). | 407 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 427 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 445 | |
| extension | MoveVariableInsideIf | Variable 'keyBytes' can be moved inside the block at line '464' to restrict runtime creation. | 449 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 459 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 469 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 470 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 513 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 33 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testEntrySetAfterExpiryWithStore" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "leveldb" appears 2 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "post" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "testCache" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 95 position 36 need optimization. All method calls are advised to move to end of logic expression. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 29 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 47 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 63 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 78 position 49 need optimization. All method calls are advised to move to end of logic expression. | 78 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'MigrationMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 12 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 10 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "RemoteCache" appears 3 times in the file. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "localhost" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod" appears 2 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 183 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 196 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 210 | |
| extension | ReturnCountExtended | Return count for 'load' method is 2 (max allowed is 1). | 218 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "?global" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 269 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 277 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 295 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 42 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 26 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 59 position 46 need optimization. All method calls are advised to move to end of logic expression. | 59 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rest" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 28 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 130 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 60 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 66 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 72 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 56 | |
| extension | MultipleStringLiteralsExtended | The String "File " appears 2 times in the file. | 74 | |
| extension | ReturnCountExtended | Return count for 'tryCloseFile' method is 2 (max allowed is 1). | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 86 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 195 position 53 need optimization. All method calls are advised to move to end of logic expression. | 195 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 197 position 59 need optimization. All method calls are advised to move to end of logic expression. | 197 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 71 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 4 times in the file. | 92 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 101 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 108 | |
| extension | ReturnCountExtended | Return count for 'applyOnLeaf' method is 2 (max allowed is 1). | 216 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 222 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 282 | |
| extension | ReturnCountExtended | Return count for 'manageLength' method is 6 (max allowed is 1). | 343 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 344 | |
| extension | ReturnCountExtended | Return count for 'join' method is 2 (max allowed is 1). | 413 | |
| extension | MultipleStringLiteralsExtended | The String "Index cannot be outdated for segment updater thread" appears 2 times in the file. | 463 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 488 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 503 | |
| extension | ReturnCountExtended | Return count for 'copyWith' method is 5 (max allowed is 1). | 513 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 521 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 645 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 655 | |
| extension | ReturnCountExtended | Return count for 'subNode' method is 2 (max allowed is 1). | 687 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 814 | |
| extension | MultipleStringLiteralsExtended | The String " [" appears 2 times in the file. | 940 | |
| extension | MultipleStringLiteralsExtended | The String "] " appears 2 times in the file. | 940 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Appending records to " appears 2 times in the file. | 81 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'apply' method is 2 (max allowed is 1). | 155 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot read " appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 4 times in the file. | 171 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 274 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "Error reading from " appears 2 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String " | " appears 2 times in the file. | 305 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 317 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 366 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 384 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 417 | |
| extension | RedundantReturn | Redundant return. | 444 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 455 | |
| extension | ReturnCountExtended | Return count for 'apply' method is 5 (max allowed is 1). | 468 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Key " appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String " not found" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 37 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "The list of values for 'in(..)' cannot be null or empty" appears 2 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 24 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 27 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "!=" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "<=" appears 2 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String ">=" appears 2 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "<" appears 2 times in the file. | 125 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 142 | |
| extension | MultipleStringLiteralsExtended | The String " < " appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String " <= " appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String " >= " appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String " > " appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String " AND " appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "NOT " appears 3 times in the file. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The given condition was created by a different factory" appears 3 times in the file. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "MyDummyType" appears 9 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "attr1" appears 8 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "attr2" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "The given condition is already in use by another builder" appears 3 times in the file. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'fetchMode' is called in constructor body. | 13 | |
| extension | OverridableMethodInConstructor | Overridable method 'fetchSize' is called in constructor body. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "cache parameter shall not be null" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'stringToKey' method is 11 (max allowed is 1). | 42 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 3 times in the file. | 80 | |
| extension | ReturnCountExtended | Return count for 'keyToString' method is 3 (max allowed is 1). | 105 | |
| extension | MoveVariableInsideIf | Variable 'prefix' can be moved inside the block at line '122' to restrict runtime creation. | 115 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 83 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 92 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 352 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 35 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Caught SystemException in TransactionalEventTransactionContext" appears 2 times in the file. | 60 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "Synchronization passed in is null!" appears 2 times in the file. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'iterator' method is 2 (max allowed is 1). | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getValue' method is 2 (max allowed is 1). | 58 | |
| extension | MultipleStringLiteralsExtended | The String "interrupted while searching locally" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Exception while searching locally" appears 2 times in the file. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 148 | |
| extension | EitherLogOrThrow | Either log or throw exception. | 149 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 17 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 39 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 31 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 95 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 39 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 92 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 152 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 173 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 239 position 30 need optimization. All method calls are advised to move to end of logic expression. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ":" appears 3 times in the file. | 220 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 222 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 20 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 49 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'waitForAvailabilityInternal' method is 3 (max allowed is 1). | 56 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 60 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting backend upgrade..." appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "... backend upgrade succeeded." appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "... backend upgrade postponed." appears 2 times in the file. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "description" appears 3 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "is" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 11 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "This" appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "This is <b>foo</b><i>bar's</i>" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "foobar's" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "length_analyzer" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "ab abc abcd abcde abcdef" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "abcde" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "bike" appears 3 times in the file. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "ford" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "megane" appears 4 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Expected count not met on cache " appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ISPN-1949" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "note" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "some string value" appears 4 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "name3" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 11 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "HSEARCH-1077" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 8 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name1" appears 11 times in the file. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 10 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "surname2" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "note" appears 5 times in the file. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "surname1" appears 3 times in the file. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name1" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "surname1" appears 3 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "note" appears 6 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "name2" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "surname2" appears 3 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default.worker.execution" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "async" appears 5 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "person" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "person.0" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "person.1" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "person.worker.execution" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "sync" appears 3 times in the file. | 84 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "item-a" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "item-b" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "item-c" appears 3 times in the file. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache1" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "cache2" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 7 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "single" appears 11 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "cacheA" appears 7 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "cacheB" appears 7 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "cacheC" appears 2 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "B:true" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "U:" appears 2 times in the file. | 72 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "A:" appears 2 times in the file. | 76 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'arr'. | 76 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 121 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around identifier 'arr'. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "str" appears 2 times in the file. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "e1" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test-" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "/person" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "perfConf" appears 4 times in the file. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "Navin" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "BigGoat" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "MiniGoat" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Eats cheese" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 10 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "playing" appears 4 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "eats" appears 6 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Also eats grass" appears 6 times in the file. | 188 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "New Goat" appears 5 times in the file. | 268 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "newGoat" appears 10 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "Abnormal Goat" appears 4 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Plays with grass." appears 4 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "personFilter" appears 4 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "blurbText" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "ExtraGoat" appears 3 times in the file. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "personAgeFilter" appears 2 times in the file. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "JDBCBased_LocalIndex" appears 2 times in the file. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "value*" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "BigGoat" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "MiniGoat" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 4 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "owns" appears 2 times in the file. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 24 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "playing" appears 10 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 8 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "goat" appears 3 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Goat" appears 7 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "Size of list should be 2" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "cheese" appears 2 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Eats" appears 7 times in the file. | 390 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 398 | |
| extension | MultipleStringLiteralsExtended | The String "personFilter" appears 2 times in the file. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "Mini Goat" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "Eats cheese" appears 2 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "fish" appears 2 times in the file. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "grass" appears 2 times in the file. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | MultipleStringLiteralsExtended | The String "Eats grass" appears 2 times in the file. | 756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Manning" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.exclusive_index_use" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.reader.strategy" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "shared" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.indexmanager" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.directory_provider" appears 2 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "A Person's Name" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "A paragraph containing some text" appears 2 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simple" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "memory-searchable" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "disk-searchable" appears 2 times in the file. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String " </local-cache>\n" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "A Person's Name" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "A paragraph containing some text" appears 5 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Name" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 22 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.directory_provider" appears 2 times in the file. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "anotherKey" appears 2 times in the file. | 17 | |
| extension | MultipleStringLiteralsExtended | The String "anotherValue" appears 2 times in the file. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "simple" appears 2 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "memory-searchable" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "ram" appears 2 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "disk-searchable" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.default.directory_provider" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "filesystem" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "hibernate.search.cats.exclusive_index_use" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "default.directory_provider" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan" appears 2 times in the file. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "LuceneIndexesMetadata" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lucene" appears 4 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "indexName" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "hi" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "node" appears 3 times in the file. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 61 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 219 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ford" appears 4 times in the file. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "megane" appears 9 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "F2NUM" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "megane" appears 3 times in the file. | 23 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "test2" appears 3 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "test3" appears 2 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Volkswagen" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k3" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "K. Vife" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "megane" appears 9 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "james" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "tony" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "P3" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "make" appears 6 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "C2" appears 3 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 46 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "car" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "megane" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "car" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "skoda" appears 3 times in the file. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mazda" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "blue" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "audi" appears 2 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "John" appears 4 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 25 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 140 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "age" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "new_user_" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 29 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Doe" appears 11 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Lorem ipsum dolor sit amet" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "X1234" appears 7 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Spider" appears 28 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Man" appears 19 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Y12" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "ZZ" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Woman" appears 12 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe's first bank account" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "John Doe's second bank account" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-04" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-20" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Birthday present" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Feb. rent payment" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-31" appears 11 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "2013-01-01" appears 11 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "user_" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "account_" appears 3 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "transaction_" appears 7 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "Expensive shoes " appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "testing 123" appears 3 times in the file. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 39 times in the file. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 8 times in the file. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "notes" appears 2 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 29 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "addresses.postCode" appears 7 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "%rent%" appears 3 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "date" appears 6 times in the file. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "amount" appears 6 times in the file. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "gender" appears 16 times in the file. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "%oe%" appears 2 times in the file. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 610 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 637 | |
| extension | MultipleStringLiteralsExtended | The String "id" appears 23 times in the file. | 664 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 4 times in the file. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | MultipleStringLiteralsExtended | The String "addresses" appears 3 times in the file. | 741 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 7 times in the file. | 785 | |
| extension | MultipleStringLiteralsExtended | The String "accountIds" appears 13 times in the file. | 820 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 932 | |
| extension | MultipleStringLiteralsExtended | The String "creationDate" appears 5 times in the file. | 1026 | |
| extension | MultipleStringLiteralsExtended | The String "accountId" appears 5 times in the file. | 1126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1188 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "Black" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "user_" appears 4 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "William" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 21 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 83 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "city" appears 5 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "JUDCon London 2011" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "London" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "San Francisco" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "awards" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hello terms world!" appears 4 times in the file. | 42 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 47 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 53 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "lucene_version" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "LUCENE_CURRENT" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "error_handler" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "org.infinispan.query.helper.StaticTestingErrorHandler" appears 2 times in the file. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NoSuchElementException" appears 3 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "John" appears 2 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Manning" appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "countryName" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "Italy" appears 5 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "IT" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Newcastle" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "UK" appears 3 times in the file. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 15 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 64 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default.directory_provider" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "ram" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "lucene_version" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "LUCENE_CURRENT" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 6 times in the file. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "SearchQueryExecutionCount" appears 4 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "getNumberOfIndexedEntities" appears 2 times in the file. | 120 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 121 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 122 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 135 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "SearchQueryExecutionMaxTimeQueryString" appears 2 times in the file. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "SearchQueryExecutionMaxTime" appears 2 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "SearchQueryExecutionAvgTime" appears 2 times in the file. | 149 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 153 | |
| extension | MultipleStringLiteralsExtended | The String ":type=Query,component=Statistics,cache=" appears 3 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String ",*" appears 3 times in the file. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 11 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NoSuchElementException" appears 3 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 13 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NoSuchElementException" appears 3 times in the file. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Indexed" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "person." appears 3 times in the file. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Italy" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "IT" appears 6 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name1" appears 2 times in the file. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "write" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "default.directory_provider" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "ram" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "lucene_version" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "LUCENE_CURRENT" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Test" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "DE000123" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 7 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar1" appears 8 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "baz1" appears 5 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Rosso corsa" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "500_Superfast" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Ferrari 500_Superfast" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 20 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Goat" appears 9 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Eats grass" appears 4 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 4 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "blurb" appears 5 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "goat" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "yyJohn" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Eat anything" appears 2 times in the file. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "otherKey" appears 7 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "Some string" appears 4 times in the file. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 10 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "This should not contain object person4" appears 7 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Mighty Goat" appears 8 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "Also eats grass" appears 4 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "mighty" appears 8 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Size of list should be 3" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "This should now contain object person4" appears 10 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "Mighty Goat also eats grass" appears 4 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "ANother Goat" appears 2 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "Some other goat should eat grass." appears 3 times in the file. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "anotherGoat" appears 3 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "dateOfGraduation" appears 2 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "May 5, 2002" appears 3 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "June 10, 2012" appears 2 times in the file. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "city_location" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 84 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 8 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 19 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Astronaut" appears 6 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "timezone" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Webdeveloper" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Astronaut" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "is asking his timezone" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "timezone" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "asking" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 58 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "instance" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "projection" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "sortProjection" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jpqlString" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "startOffset" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "maxResults" appears 2 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "numResults" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "projectionSize" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "results" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "totalResults" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 145 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "The file name must have \".proto\" suffix" appears 2 times in the file. | 168 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 201 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to parse proto file : " appears 8 times in the file. | 110 | |
| extension | ReturnCountExtended | Return count for 'visitPutKeyValueCommand' method is 2 (max allowed is 1). | 195 | |
| extension | MultipleStringLiteralsExtended | The String "The key must be a string" appears 4 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "The value must be a string" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "The key must end with \".proto\" : " appears 3 times in the file. | 209 | |
| extension | ReturnCountExtended | Return count for 'visitReplaceCommand' method is 3 (max allowed is 1). | 349 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '353' to restrict runtime creation. | 350 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '353' to restrict runtime creation. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "[.]" appears 2 times in the file. | 220 | |
| extension | ReturnCountExtended | Return count for 'getFieldBridge' method is 5 (max allowed is 1). | 236 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'create' method is 2 (max allowed is 1). | 21 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'defaultValue' can be moved inside the block at line '145' to restrict runtime creation. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "No nested message is expected" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "theValue" appears 2 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "import \"test.proto\";" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "test.proto" appears 34 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to parse proto file : test.proto" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "a.proto" appears 9 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "b.proto" appears 6 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "package b;" appears 2 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "import \"missing.proto\";" appears 4 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "Import 'missing.proto' not found" appears 10 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "test.proto.errors" appears 14 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "package foobar;" appears 3 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "a.proto.errors" appears 4 times in the file. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "b.proto.errors" appears 4 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Adrian" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Nistor" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getAvailability' method is 3 (max allowed is 1). | 64 | |
| extension | MultipleStringLiteralsExtended | The String " within " appears 2 times in the file. | 74 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 4 times in the file. | 105 | |
| extension | MoveVariableInsideIf | Variable 'attrType' can be moved inside the block at line '117' to restrict runtime creation. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "Metric (" appears 2 times in the file. | 122 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "Cache" appears 2 times in the file. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Cache" appears 3 times in the file. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "CacheManager" appears 2 times in the file. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 32 | |
| extension | ReturnCountExtended | Return count for 'createDiscoveredResource' method is 2 (max allowed is 1). | 48 | |
| extension | MoveVariableInsideIf | Variable 'trace' can be moved inside the block at line '52' to restrict runtime creation. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 65 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 68 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 60 | |
| extension | ReturnCountExtended | Return count for 'getEngineForScript' method is 3 (max allowed is 1). | 251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 282 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.js" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "admin" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "runner" appears 4 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 11 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 12 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 13 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 14 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 15 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 16 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 17 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 18 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 19 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'ContainerCommandHandler' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "like" appears 2 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'NoArgumentsCliCommandHandler' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expires" appears 2 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "maxidle" appears 2 times in the file. | 36 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 46 position 49 need optimization. All method calls are advised to move to end of logic expression. | 46 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 49 position 55 need optimization. All method calls are advised to move to end of logic expression. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expires" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "maxidle" appears 3 times in the file. | 34 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 44 position 49 need optimization. All method calls are advised to move to end of logic expression. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 37 position 53 need optimization. All method calls are advised to move to end of logic expression. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "subsystem" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "No such container: " appears 2 times in the file. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 102 | |
| extension | ReturnCountExtended | Return count for 'cliRequest' method is 2 (max allowed is 1). | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "sessionId" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "-sessionId" appears 2 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 88 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 78 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 6 times in the file. | 477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '221' to restrict runtime creation. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 146 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 172 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 181 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 182 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 49 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "REST" appears 2 times in the file. | 89 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 96 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 103 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "auth" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "auth-int" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "auth-conf" appears 2 times in the file. | 45 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 99 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'processConfiguration' method is 2 (max allowed is 1). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 164 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "backup.ops" appears 9 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "type" appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "column" appears 3 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "table" appears 4 times in the file. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 189 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 234 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 332 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 427 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 536 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 655 | |
| extension | ReturnCountExtended | Return count for 'buildCacheStore' method is 3 (max allowed is 1). | 707 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 899 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1052 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1067 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1068 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1074 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1078 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1101 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1103 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1109 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1113 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 1117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 62 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 61 | |
| extension | MoveVariableInsideIf | Variable 'aLen' can be moved inside the block at line '234' to restrict runtime creation. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 81 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 161 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 199 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 264 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 312 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 353 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 354 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 355 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 356 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 360 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 367 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 371 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 375 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 379 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 383 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 387 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 433 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 434 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 435 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 436 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 449 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 453 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 457 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 461 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '119' to restrict runtime creation. | 112 | |
| extension | MoveVariableInsideIf | Variable 'stats' can be moved inside the block at line '119' to restrict runtime creation. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown metric %s" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "N/A" appears 6 times in the file. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'cacheList' can be moved inside the block at line '199' to restrict runtime creation. | 197 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache-container.alias" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "cache-container" appears 2 times in the file. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 89 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '147' to restrict runtime creation. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown metric %s" appears 2 times in the file. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 12 times in the file. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'cacheName' can be moved inside the block at line '44' to restrict runtime creation. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "cacheName" appears 3 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "sessionId" appears 3 times in the file. | 35 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'remoteTimeout' can be moved inside the block at line '85' to restrict runtime creation. | 75 | |
| extension | MoveVariableInsideIf | Variable 'queueSize' can be moved inside the block at line '87' to restrict runtime creation. | 76 | |
| extension | MoveVariableInsideIf | Variable 'queueFlushInterval' can be moved inside the block at line '87' to restrict runtime creation. | 77 | |
| extension | MoveVariableInsideIf | Variable 'asyncMarshalling' can be moved inside the block at line '87' to restrict runtime creation. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '116' to restrict runtime creation. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Unknown metric %s" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 98 | |
| extension | MoveVariableInsideIf | Variable 'transportBuilder' can be moved inside the block at line '153' to restrict runtime creation. | 151 | |
| extension | MoveVariableInsideIf | Variable 'authorizationBuilder' can be moved inside the block at line '197' to restrict runtime creation. | 195 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "cache" appears 36 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-cache" appears 11 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "loader" appears 6 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "store" appears 9 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "jdbc-store" appears 10 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String ".column" appears 3 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "table" appears 2 times in the file. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 368 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 410 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 680 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 709 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 720 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 790 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 835 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 880 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '1,111' to restrict runtime creation. | 1109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 281 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 315 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 377 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 419 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 701 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 728 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 757 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 786 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 797 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 876 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 921 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 965 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '1,230' to restrict runtime creation. | 1228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 276 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 310 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 368 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 410 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 700 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 727 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 756 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 785 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 796 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 875 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 920 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 964 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '1,229' to restrict runtime creation. | 1227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 263 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 297 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 359 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 401 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 704 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 734 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 767 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 804 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 815 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 881 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1024 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1170 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1219 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '1,501' to restrict runtime creation. | 1499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 218 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 392 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 426 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 492 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 538 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 849 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 879 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 912 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 949 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 960 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1026 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1169 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1265 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1319 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1884 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "EAGER" appears 2 times in the file. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 401 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 435 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 501 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 547 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 858 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 888 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 921 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 958 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 969 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1035 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1274 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1328 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1381 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1893 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 230 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "EAGER" appears 2 times in the file. | 345 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 410 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 444 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 510 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 556 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 867 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 897 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 930 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 967 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 978 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1044 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1187 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1283 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1337 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1390 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1910 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'result' can be moved inside the block at line '547' to restrict runtime creation. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "strategy" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jboss:domain:infinispan" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan:server:core" appears 6 times in the file. | 39 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 68 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "transaction" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "transaction.recovery" appears 3 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'names' can be moved inside the block at line '62' to restrict runtime creation. | 52 | |
| extension | MoveVariableInsideIf | Variable 'urls' can be moved inside the block at line '62' to restrict runtime creation. | 53 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 11 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "other" appears 10 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "cache" appears 2 times in the file. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "tcp" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximal2" appears 7 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "fred" appears 7 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "maximal" appears 4 times in the file. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximal2" appears 4 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "maximal" appears 7 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "default-cache" appears 2 times in the file. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "new-default-cache" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "new-cache" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "batching" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "dist" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "datasource" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "new-datasource" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "running" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "service names = " appears 2 times in the file. | 89 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 105 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "client_password" appears 3 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "sasl_props" appears 3 times in the file. | 163 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 184 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "bind_port" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "mcast_addr" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "mcast_port" appears 2 times in the file. | 256 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 260 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 316 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 335 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | OverridableMethodInConstructor | Overridable method 'setFuture' is called in constructor body. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 65 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 55 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'pdsController' can be moved inside the block at line '84' to restrict runtime creation. | 83 | |
| extension | MoveVariableInsideIf | Variable 'dcfsController' can be moved inside the block at line '92' to restrict runtime creation. | 91 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 178 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 233 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 266 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 267 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 160 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 161 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 242 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 162 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 163 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 243 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 172 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 173 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 253 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jboss:domain:jgroups" appears 4 times in the file. | 39 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 67 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 93 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "stack" appears 2 times in the file. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "jgroups.stack.add" appears 3 times in the file. | 100 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 225 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | MoveVariableInsideIf | Variable 'cfsController' can be moved inside the block at line '259' to restrict runtime creation. | 256 | |
| extension | MoveVariableInsideIf | Variable 'properties' can be moved inside the block at line '328' to restrict runtime creation. | 326 | |
| extension | MoveVariableInsideIf | Variable 'propertyName' can be moved inside the block at line '336' to restrict runtime creation. | 334 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 348 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 396 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 397 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 398 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 399 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 405 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 415 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 419 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 423 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 427 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 473 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 474 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 475 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 476 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 477 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 485 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 489 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 493 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 497 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 501 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 581 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 628 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 666 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 667 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 715 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'transportRelativePath' can be moved inside the block at line '64' to restrict runtime creation. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 32 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "host" appears 4 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximal" appears 2 times in the file. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximal2" appears 10 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "UDP" appears 3 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "MPING" appears 3 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "stack" appears 5 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "transport" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "TRANSPORT" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 2 times in the file. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "protocol" appears 2 times in the file. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "new-default" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "maximal2" appears 9 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "maximal" appears 11 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "new-rack" appears 3 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "enable_bundling" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "UDP" appears 3 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "MPING" appears 9 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "new-socket-binding" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "new-value" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "TCP" appears 2 times in the file. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 93 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "attribute:" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "children:" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 7 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "child:" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 4 times in the file. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 211 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 262 | |
| extension | MultipleStringLiteralsExtended | The String ":expr" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String ":collapsed" appears 2 times in the file. | 267 | |
| extension | ReturnCountExtended | Return count for 'loadHandlePropertyMap' method is 2 (max allowed is 1). | 331 | |
| extension | ReturnCountExtended | Return count for 'loadHandlePropertyList' method is 2 (max allowed is 1). | 415 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createResource' method is 2 (max allowed is 1). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "path" appears 2 times in the file. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 77 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "hits" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "evictions" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "stores" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "misses" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "commits" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "prepares" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "rollbacks" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "invalidations" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "passivations" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "activations" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "bytesRead" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "bytesWritten" appears 2 times in the file. | 94 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 105 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "numOwners1" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "clustered" appears 6 times in the file. | 83 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "queueSizeCache" appears 5 times in the file. | 119 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hotrodconnector2" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 6 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 2 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "special-cache-container" appears 3 times in the file. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 77 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 92 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "dependencies:" appears 2 times in the file. | 98 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "aKey" appears 98 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "aValue" appears 41 times in the file. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "aNewValue" appears 14 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "lkey" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 12 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "anotherKey" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "anotherValue" appears 11 times in the file. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "bKey" appears 3 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "bValue" appears 3 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "cKey" appears 3 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "cValue" appears 3 times in the file. | 231 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 245 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 246 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 4 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 2 times in the file. | 284 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 18 times in the file. | 311 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 313 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 9 times in the file. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | MultipleStringLiteralsExtended | The String "aKey2" appears 2 times in the file. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "oldValue" appears 6 times in the file. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "call to replace() did not raise UnsupportedOperationException " appears 3 times in the file. | 498 | |
| extension | MultipleStringLiteralsExtended | The String "call to replaceAsync() did not raise UnsupportedOperationException " appears 3 times in the file. | 516 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 565 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 579 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 595 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 643 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 659 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 670 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 671 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 683 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 684 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 723 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 731 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 17 times in the file. | 753 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 12 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "newone" appears 4 times in the file. | 758 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 821 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 3 times in the file. | 828 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 867 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 882 | |
| extension | MultipleStringLiteralsExtended | The String "uno" appears 4 times in the file. | 887 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 4 times in the file. | 891 | |
| extension | MultipleStringLiteralsExtended | The String "tres" appears 2 times in the file. | 895 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 911 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 930 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 945 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "dist" appears 2 times in the file. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan.client.hotrod.default_executor_factory.pool_size" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "infinispan.client.hotrod.default_executor_factory.queue_size" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 9 times in the file. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 193 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 7 times in the file. | 225 | |
| extension | MoveVariableInsideIf | Variable 'expectedSequence1' can be moved inside the block at line '257' to restrict runtime creation. | 227 | |
| extension | MoveVariableInsideIf | Variable 'expectedSequence2' can be moved inside the block at line '257' to restrict runtime creation. | 228 | |
| extension | MoveVariableInsideIf | Variable 'expectedSequenceLocalMode' can be moved inside the block at line '263' to restrict runtime creation. | 229 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 257 | |
| extension | MultipleStringLiteralsExtended | The String ", actual sequence: " appears 2 times in the file. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "testKey" appears 3 times in the file. | 325 | |
| extension | MultipleStringLiteralsExtended | The String ";" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access estimateKeySize field" appears 2 times in the file. | 526 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access estimateValueSize field" appears 2 times in the file. | 544 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access marshaller field" appears 2 times in the file. | 562 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access forceReturnValue field" appears 2 times in the file. | 580 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access transportFactory field" appears 2 times in the file. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "word1" appears 2 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "infinispan-remote" appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "etc/jre.properties" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "sun.misc" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "test.proto" appears 2 times in the file. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 4 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "testing 123" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "surname" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "Dark Alley" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 2 times in the file. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nonExistentKey" appears 3 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 137 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "some test value" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "replace value" appears 2 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 147 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 153 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 166 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 172 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 29 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 131 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 10 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 5 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE " appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String " 0 1" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 " appears 4 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "STORED" appears 6 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "data1" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "data2" appears 3 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String ", World!" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, World!" appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "World!" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, " appears 2 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "cas " appears 4 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "EXISTS" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 2 " appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String " 1" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 28 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 42 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'TestSerializable' does not extend anything. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 34 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "A\r\nA" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "CONTENT" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "set " appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 " appears 9 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "STORED" appears 20 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "get " appears 36 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE " appears 3 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "END" appears 41 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 12 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 8 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String " 0 1" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "testAdd" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "add " appears 6 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_STORED" appears 4 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "replace " appears 5 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "replacement" appears 5 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "append " appears 5 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String ", World!" appears 4 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, World!" appears 2 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "World!" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "prepend " appears 6 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, " appears 4 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "gets " appears 7 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE" appears 3 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 25 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 9 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "cas " appears 8 times in the file. | 235 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 1 " appears 2 times in the file. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 1 1" appears 4 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "EXISTS" appears 2 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "NOT_FOUND" appears 13 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String " 1" appears 14 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 1" appears 8 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String "CLIENT_ERROR" appears 22 times in the file. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "DELETED" appears 3 times in the file. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "a 0 0 1" appears 3 times in the file. | 413 | |
| extension | MultipleStringLiteralsExtended | The String "incr " appears 10 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "a 1" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "decr " appears 9 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "delete " appears 4 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "18446744073709551615" appears 3 times in the file. | 508 | |
| extension | MultipleStringLiteralsExtended | The String " 18446744073709551615" appears 2 times in the file. | 525 | |
| extension | MultipleStringLiteralsExtended | The String "bytes_read" appears 2 times in the file. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "bytes_written" appears 2 times in the file. | 560 | |
| extension | MultipleStringLiteralsExtended | The String "testKey" appears 3 times in the file. | 562 | |
| extension | MultipleStringLiteralsExtended | The String "uptime" appears 2 times in the file. | 574 | |
| extension | MultipleStringLiteralsExtended | The String "time" appears 2 times in the file. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "version" appears 2 times in the file. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "cmd_set" appears 2 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "cmd_get" appears 2 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "get_hits" appears 2 times in the file. | 595 | |
| extension | MultipleStringLiteralsExtended | The String "get_misses" appears 2 times in the file. | 596 | |
| extension | MultipleStringLiteralsExtended | The String "curr_items" appears 2 times in the file. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "total_items" appears 2 times in the file. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "delete_misses" appears 2 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "delete_hits" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "incr_misses" appears 2 times in the file. | 635 | |
| extension | MultipleStringLiteralsExtended | The String "incr_hits" appears 2 times in the file. | 636 | |
| extension | MultipleStringLiteralsExtended | The String "decr_misses" appears 2 times in the file. | 637 | |
| extension | MultipleStringLiteralsExtended | The String "decr_hits" appears 2 times in the file. | 638 | |
| extension | MultipleStringLiteralsExtended | The String "cas_misses" appears 2 times in the file. | 668 | |
| extension | MultipleStringLiteralsExtended | The String "cas_hits" appears 2 times in the file. | 669 | |
| extension | MultipleStringLiteralsExtended | The String "cas_badval" appears 2 times in the file. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "boguscommand" appears 2 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "ERROR" appears 3 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "cas a 0 0 1 " appears 2 times in the file. | 777 | |
| extension | MultipleStringLiteralsExtended | The String "verbosity 0" appears 2 times in the file. | 807 | |
| extension | MultipleStringLiteralsExtended | The String "valA" appears 8 times in the file. | 821 | |
| extension | MultipleStringLiteralsExtended | The String "valB" appears 8 times in the file. | 822 | |
| extension | MultipleStringLiteralsExtended | The String "valC" appears 8 times in the file. | 823 | |
| extension | MultipleStringLiteralsExtended | The String "flush_all" appears 2 times in the file. | 827 | |
| extension | MultipleStringLiteralsExtended | The String "OK" appears 5 times in the file. | 829 | |
| extension | MultipleStringLiteralsExtended | The String "flush_all 1" appears 2 times in the file. | 843 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 995 | |
| extension | MultipleStringLiteralsExtended | The String "thisWillBeFlushed" appears 4 times in the file. | 1055 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 1 noreply" appears 5 times in the file. | 1081 | |
| extension | MultipleStringLiteralsExtended | The String " 1 noreply" appears 2 times in the file. | 1147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 27 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 28 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'StringAndBytesReader' does not extend anything. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "Read timeout" appears 2 times in the file. | 50 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 51 | |
| extension | ReturnCountExtended | Return count for 'readln' method is 2 (max allowed is 1). | 65 | |
| extension | MultipleStringLiteralsExtended | The String "\"" appears 2 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "END" appears 5 times in the file. | 158 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 7 times in the file. | 162 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "set " appears 3 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String " 0 0 " appears 2 times in the file. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "STORED" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "stats" appears 2 times in the file. | 205 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "STAT" appears 2 times in the file. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 33 | |
| extension | UselessSuperCtorCall | Super call could be removed: Class 'TestSerializable' does not extend anything. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "application/octet-stream" appears 5 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 9 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "CONTENT" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "nodata" appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 31 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 29 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "ETag" appears 9 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Last-Modified" appears 6 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "timeToLiveSeconds" appears 3 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "maxIdleTimeSeconds" appears 3 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "10" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "application/x-java-serialized-object" appears 7 times in the file. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Accept" appears 3 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "data1" appears 2 times in the file. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "If-Modified-Since" appears 3 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "If-Unmodified-Since" appears 3 times in the file. | 352 | |
| extension | MultipleStringLiteralsExtended | The String "If-None-Match" appears 2 times in the file. | 366 | |
| extension | MultipleStringLiteralsExtended | The String "garbage" appears 3 times in the file. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "If-Match" appears 4 times in the file. | 379 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 384 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "nonexistentcache" appears 2 times in the file. | 390 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "object" appears 2 times in the file. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "application/octet-stream" appears 5 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "performAsync" appears 7 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "false" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 5 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "bad headers argument" appears 5 times in the file. | 142 | |
| extension | ReturnCountExtended | Return count for 'getWithoutAssert' method is 3 (max allowed is 1). | 161 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "___defaultcache" appears 2 times in the file. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "data" appears 9 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "clustered" appears 13 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 9 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-ccl-2" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 19 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 7 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoad" appears 4 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoad" appears 4 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-1" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.infinispan:type=Cache," appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "name=\"default(local)\"," appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "manager=\"local\"," appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "component=RollingUpgradeManager" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "recordKnownGlobalKeyset" appears 2 times in the file. | 162 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 162 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "synchronizeData" appears 2 times in the file. | 164 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod" appears 2 times in the file. | 164 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 4 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "disconnectSource" appears 2 times in the file. | 167 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 167 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "disconnected" appears 5 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 3 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "Entry was not successfully migrated." appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-2" appears 4 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 12 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-1" appears 4 times in the file. | 204 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 219 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 219 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "rest" appears 2 times in the file. | 221 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 222 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 224 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 3 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 8 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "<hey>ho</hey>" appears 3 times in the file. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "standalone-fcs-local" appears 3 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-jdbc" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 14 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 13 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "standalone-leveldb-cs-local" appears 3 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "external" appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "internal" appears 2 times in the file. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "standalone-rcs-local-2" appears 3 times in the file. | 355 | |
| extension | MultipleStringLiteralsExtended | The String "standalone-rcs-local-1" appears 3 times in the file. | 358 | |
| extension | MultipleStringLiteralsExtended | The String "keystore_client.jks" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "truststore_client.jks" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 11 times in the file. | 395 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 11 times in the file. | 395 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 5 times in the file. | 399 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 5 times in the file. | 399 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-topology-1" appears 9 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "node0" appears 3 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "s1" appears 8 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "r1" appears 6 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "m1" appears 4 times in the file. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-topology-2" appears 9 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "node1" appears 3 times in the file. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-topology-3" appears 9 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "node2" appears 3 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "m2" appears 3 times in the file. | 417 | |
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "m3" appears 2 times in the file. | 430 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 471 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "machine" appears 4 times in the file. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 5 times in the file. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "secret" appears 2 times in the file. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 3 times in the file. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 52 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "db2" appears 2 times in the file. | 66 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. | 59 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 62 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 63 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 64 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 73 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "local" appears 6 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 9 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 19 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 15 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 15 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 12 times in the file. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 8 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 6 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '>='. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "anotherExtraUniqueKey" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 2 times in the file. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '>='. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "myBestPersonalKeyWhichHasNeverBeenBetter" appears 2 times in the file. | 337 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 25 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 8 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "newValue1" appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "newValue2" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "connection.url" appears 2 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "username" appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "password" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "k1" appears 7 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 6 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "local" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "testcache" appears 2 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "key3" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "Stored via Hot Rod:" appears 2 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 6 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 4 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 6 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 4 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 3 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "keyD" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 4 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "keyA" appears 3 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "keyB" appears 3 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "keyC" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 8 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "timeToLiveSeconds" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "maxIdleTimeSeconds" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "hotrodExpiration" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "key1_c2" appears 3 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "value1_c2" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "key2_c2" appears 3 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "value2_c2" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Statistics" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "numberOfLocalConnections" appears 4 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "numberOfGlobalConnections" appears 8 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Number of global connections obtained from node1 and node2 is not the same" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 8 times in the file. | 134 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "TotalBytesRead" appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "TotalBytesWritten" appears 2 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Port" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "tcpNoDelay" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "ReceiveBufferSize" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "IdleTimeout" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "SendBufferSize" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "NumberWorkerThreads" appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "HostName" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "RUNNING" appears 4 times in the file. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 173 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 180 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 3 times in the file. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "CacheStatus" appears 4 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "key2" appears 4 times in the file. | 207 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 209 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 209 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 211 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 211 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 212 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "StatisticsEnabled" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "Stores" appears 3 times in the file. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "resetStatistics" appears 3 times in the file. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "ReplicationCount" appears 3 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.infinispan:type=Cache,name=\"" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "(dist_sync)\",manager=\"" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "\",component=" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "RpcManager" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "[node0/" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String ", node1/" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String ", node2/" appears 2 times in the file. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 83 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 83 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 110 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 117 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 119 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 127 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 8 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 201 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 207 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 216 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "The pending view doesn't match to any of expected ones, but is " appears 2 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "The size of both caches should be equal." appears 2 times in the file. | 277 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "KeyA" appears 5 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "KeyB" appears 5 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "KeyBB" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "KeyC" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Distribution of entries is wrong (at least unexpected)." appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "clustered" appears 16 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "memcachedCache" appears 16 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Number of hits on server 1 is wrong." appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Number of hits on server 2 is wrong." appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "Number of stores on server 1 is wrong." appears 2 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "Number of stores on server 2 is wrong." appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "The are no entries in L1 cache! L1 seems to be disabled! Check TRACE [org.infinispan.factories.ComponentRegistry] output." appears 2 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "sample_bank_account/bank.proto" appears 3 times in the file. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "repl_descriptor" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 5 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "1234" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Cat" appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "Dark Alley" appears 2 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/sample_bank_account/bank.proto" appears 2 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Unauthorized access" appears 4 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "test.proto" appears 2 times in the file. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Xyz" appears 3 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "North street" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "Adrian" appears 2 times in the file. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-3-old-dist" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-4-old-dist" appears 3 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 5 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 5 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "keyx1" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "valuex1" appears 4 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoad" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoad" appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoadx" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoadx" appears 2 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-1-dist" appears 4 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-2-dist" appears 4 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-new" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "Can't access etries stored in source node (target's RemoteCacheStore)." appears 4 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.infinispan:type=Cache," appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "name=\"default(dist_sync)\"," appears 2 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "component=RollingUpgradeManager" appears 2 times in the file. | 128 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 130 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 130 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod" appears 2 times in the file. | 135 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 2 times in the file. | 136 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 138 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "disconnected" appears 5 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 3 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "disconnectedx" appears 5 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "sourcex" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Can't obtain value from cache3 (source node)." appears 2 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Can't obtain value from cache4 (source node)." appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Source node entries should NOT be accessible from target node (after RCS disconnection)" appears 4 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "Entry was not successfully migrated." appears 3 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod.protocol.version" appears 2 times in the file. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-2-old" appears 3 times in the file. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoad" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoad" appears 2 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod-rolling-upgrade-1" appears 4 times in the file. | 92 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 105 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 105 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod" appears 2 times in the file. | 110 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 2 times in the file. | 111 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 113 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "disconnected" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Entry was not successfully migrated." appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "hotrod.protocol.version" appears 2 times in the file. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-3-old-dist" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-4-old-dist" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "/rest" appears 2 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 5 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "key1x" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "datax" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoad" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoad" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoadx" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoadx" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-1-dist" appears 4 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-2-dist" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "clustered-new" appears 2 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.infinispan:type=Cache," appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "name=\"default(dist_sync)\"," appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "component=RollingUpgradeManager" appears 2 times in the file. | 102 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 104 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 104 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "rest" appears 3 times in the file. | 109 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "disconnectSource" appears 2 times in the file. | 112 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 112 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 113 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 116 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "disconnected" appears 5 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 3 times in the file. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "disconnectedx" appears 5 times in the file. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "sourcex" appears 3 times in the file. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-2-old" appears 3 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 3 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "text/html" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "keyLoad" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "valueLoad" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "rest-rolling-upgrade-1" appears 4 times in the file. | 68 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 83 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "rest" appears 2 times in the file. | 85 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "java.lang.String" appears 2 times in the file. | 86 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 88 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "disconnected" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 62 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 116 | |
| extension | ForbidAnnotationElementValue | Forbidden element 'expected' in annotation 'Test'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "server_jceks.keystore" appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "java.version" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "memcachedCache" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "clustered" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "memcachedCache" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "clustered" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "mech" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "key1" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 2 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "data" appears 10 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 8 times in the file. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "data" appears 4 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "/default/" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 142 | |
| extension | ReturnCountExtended | Return count for 'securedClient' method is 2 (max allowed is 1). | 182 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "server1.dist" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "standalone" appears 2 times in the file. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Could not access marshaller field" appears 2 times in the file. | 133 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "os.name" appears 5 times in the file. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "[jbossHome]" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "jbossHome" appears 2 times in the file. | 33 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "sh" appears 4 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "-c" appears 4 times in the file. | 34 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 40 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "8080" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "javaVmArguments" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.node.name=node1" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "8180" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "jboss.node.name=node2" appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "8280" appears 2 times in the file. | 54 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 57 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "cmd" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "/c" appears 2 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 75 | |
| extension | WhitespaceBeforeArrayInitializer | Array initializer should have whitespace before. | 77 | |
| extension | MultipleStringLiteralsExtended | The String " OS=" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "SELECT " appears 4 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String " FROM " appears 4 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String " WHERE " appears 3 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "mysql" appears 2 times in the file. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 180 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 206 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 244 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 281 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 283 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 152 position 67 need optimization. All method calls are advised to move to end of logic expression. | 152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 156 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 176 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "osgi:list -t 0" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "Expected " appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String " feature to be installed." appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "org.ops4j.pax.url.mvn.localRepository" appears 2 times in the file. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "(&(" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 3 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "secret" appears 2 times in the file. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "No servers defined!" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 27 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expiry" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "data" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "application/text" appears 12 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "testReplace" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "data2" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "testExtendedHeaders" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "Content-Type" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "timeToLiveSeconds" appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "maxIdleTimeSeconds" appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 2 times in the file. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 85 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 112 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 70 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 86 | |
| extension | MoveVariableInsideIf | Variable 'cache' can be moved inside the block at line '117' to restrict runtime creation. | 114 | |
| extension | MoveVariableInsideIf | Variable 'f' can be moved inside the block at line '163' to restrict runtime creation. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "*" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '34' to restrict runtime creation. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 36 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "new val" appears 2 times in the file. | 19 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 5 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "cacheName" appears 5 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "aVal" appears 7 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "notInCache" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "newValue" appears 5 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "notificationKey" appears 2 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "irrelevantKey" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "bVal" appears 2 times in the file. | 91 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "field1Val" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "field2Val" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "field1" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "field2" appears 4 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createBackingEmbeddedCacheManager' method is 2 (max allowed is 1). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "to configure the RemoteCacheManager, not both." appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "] for configuring RemoteCacheManager" appears 3 times in the file. | 55 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 29 position 51 need optimization. All method calls are advised to move to end of logic expression. | 29 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 30 position 55 need optimization. All method calls are advised to move to end of logic expression. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "CacheContainer must be either an EmbeddedCacheManager or a RemoteCacheManager " appears 2 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "] has already been defined." appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.TransportFactory" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "override(" appears 11 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 11 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "enescu" appears 7 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "george" appears 3 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "vlaicu" appears 3 times in the file. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getCache(" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\". However, it doesn't." appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The configuration properties used by the SpringRemoteCacheManager returned von getObject() should be equal " appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "However, those two are not equal." appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getCache(" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "Cache should not initially contain the book with id " appears 16 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] cached" appears 14 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "findBook(" appears 16 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String ") should have cached book" appears 14 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Deleting book [%s] ..." appears 6 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] deleted" appears 6 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "deleteBook(" appears 8 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String ") should have evicted book from cache." appears 8 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "112-358-132" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Random Author" appears 6 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Path to Infinispan Enlightenment" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Creating book [%s] ..." appears 6 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] created" appears 6 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "createBook(" appears 7 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String ") should have inserted created book into cache" appears 5 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String ") should not have cached book" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String ") should not have inserted created book into cache" appears 2 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "booksTransactional" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should be in state 'RUNNING'" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "1-1-2-3-5" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Random author" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Title" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "1-2-2-4-8" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Not so random author" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "isbn" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "author" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "test.cache.Name" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "test.bean.Name" appears 6 times in the file. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 237 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "CUSTOM" appears 2 times in the file. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\". However, it doesn't." appears 4 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The configuration properties used by the RemoteCacheManager returned by getObject() should be equal " appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "However, those two are not equal." appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 270 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'tcpNoDelay'. However, it didn't." appears 2 times in the file. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createBackingEmbeddedCacheManager' method is 2 (max allowed is 1). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "to configure the RemoteCacheManager, not both." appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "] for configuring RemoteCacheManager" appears 3 times in the file. | 55 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 29 position 51 need optimization. All method calls are advised to move to end of logic expression. | 29 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 30 position 55 need optimization. All method calls are advised to move to end of logic expression. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "CacheContainer must be either an EmbeddedCacheManager or a RemoteCacheManager " appears 2 times in the file. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 18 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "] has already been defined." appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test.TransportFactory" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "override(" appears 11 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 11 times in the file. | 57 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 33 | |
| extension | MultipleStringLiteralsExtended | The String "enescu" appears 7 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "george" appears 3 times in the file. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 17 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "test1" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "vlaicu" appears 3 times in the file. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "r2" appears 2 times in the file. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getCache(" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\". However, it doesn't." appears 4 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The configuration properties used by the SpringRemoteCacheManager returned von getObject() should be equal " appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "However, those two are not equal." appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. | 252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "getCache(" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 26 | |
| extension | MultipleStringLiteralsExtended | The String "Cache should not initially contain the book with id " appears 22 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] cached" appears 20 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "findBook(" appears 22 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String ") should have cached book" appears 20 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Deleting book [%s] ..." appears 9 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] deleted" appears 9 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "deleteBook(" appears 11 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String ") should have evicted book from cache." appears 11 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "112-358-132" appears 8 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Random Author" appears 9 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Path to Infinispan Enlightenment" appears 8 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "Creating book [%s] ..." appears 9 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] created" appears 9 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "createBook(" appears 10 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String ") should have inserted created book into cache" appears 8 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "custom" appears 6 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String ") should not have cached book" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "Book.id should have been set." appears 3 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String ") should not have inserted created book into cache" appears 2 times in the file. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NameConventionForJunit4TestClasses | JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. | 15 | |
| extension | MultipleStringLiteralsExtended | The String "Cache should not initially contain the book with id " appears 5 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] cached" appears 4 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "findBook(" appears 4 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String ") should have cached book" appears 4 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "Deleting book [%s] ..." appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "Book [%s] deleted" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "deleteBook(" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String ") should have evicted book from cache." appears 3 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "112-358-132" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Random Author" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Path to Infinispan Enlightenment" appears 2 times in the file. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "booksTransactional" appears 3 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Transaction should be in state 'RUNNING'" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "1-1-2-3-5" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Random author" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Title" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "1-2-2-4-8" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Not so random author" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "id" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "isbn" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "author" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "title" appears 2 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 32 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 42 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 56 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 69 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 109 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "test.cache.Name" appears 4 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "test.bean.Name" appears 6 times in the file. | 80 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. | 104 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 146 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 192 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 237 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 255 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "CUSTOM" appears 2 times in the file. | 275 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 70 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. | 96 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 110 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 132 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 152 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\". However, it doesn't." appears 4 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The configuration properties used by the RemoteCacheManager returned by getObject() should be equal " appears 3 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "However, those two are not equal." appears 2 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. | 256 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 270 | |
| extension | MultipleStringLiteralsExtended | The String ") should have overridden property 'tcpNoDelay'. However, it didn't." appears 2 times in the file. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 30 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 48 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'filter' method is 3 (max allowed is 1). | 57 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 16 | |
| extension | MultipleStringLiteralsExtended | The String "\" />" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "<HR />" appears 2 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 50 | |
| extension | ReturnCountExtended | Return count for 'toJmxComponent' method is 2 (max allowed is 1). | 105 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "is" appears 2 times in the file. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\">" appears 2 times in the file. | 22 | |
| extension | MultipleStringLiteralsExtended | The String "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\"><TD ALIGN=\"CENTER\"><TABLE WIDTH=\"100%\" cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\n" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "<TR CLASS=\"TableSubHeadingColor\"><TD ALIGN=\"LEFT\" VALIGN=\"TOP\"><strong>Name</strong></TD>\n" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "<TD ALIGN=\"LEFT\" VALIGN=\"TOP\"><tt>" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "</tt></TD>" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "<TD ALIGN=\"LEFT\" VALIGN=\"TOP\">" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "</TD>" appears 3 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "</TR>" appears 2 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "</TABLE></TD></TR>" appears 2 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 14 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 76 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 77 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 121 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Missing displayName on: " appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "] " appears 3 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "metric" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "property" appears 3 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "displayName" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "displayType" appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "dataType" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "units" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "description" appears 5 times in the file. | 155 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "simple-property" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "Duplicate operation name: " appears 2 times in the file. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 | |
| extension | MultipleStringLiteralsExtended | The String ".html" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 26 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "cachestore" appears 2 times in the file. | 204 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'NodeNotExistsException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 5 (max allowed is 1). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 27 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 64 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 66 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 188 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 531 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 22 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 58 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 59 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'newNode' can be moved inside the block at line '284' to restrict runtime creation. | 282 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 328 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 19 | |
| extension | MoveVariableInsideIf | Variable 'parent' can be moved inside the block at line '56' to restrict runtime creation. | 55 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "+ " appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 14 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 21 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 10 times in the file. | 33 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 6 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 36 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "string" appears 2 times in the file. | 43 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 44 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 57 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 71 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/d" appears 2 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 2 times in the file. | 117 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "NULL" appears 2 times in the file. | 128 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 129 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 138 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 140 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "/one/two" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "/hot/dog" appears 2 times in the file. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Error on equals comparing " appears 2 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String " and " appears 3 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String ". i = " appears 2 times in the file. | 288 | |
| extension | MultipleStringLiteralsExtended | The String " and j = " appears 2 times in the file. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 45 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 60 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "HC " appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 108 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "Before: " appears 3 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "After: " appears 3 times in the file. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "/x" appears 3 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "/y" appears 2 times in the file. | 319 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "Tree: " appears 3 times in the file. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 4 times in the file. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 351 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 359 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 411 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "Failed to rollback" appears 2 times in the file. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 6 times in the file. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 6 times in the file. | 522 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 524 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 531 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 539 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 541 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 549 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 550 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 551 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 552 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 23 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "invalidatedFlagCache" appears 3 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "treeCache2 was updated locally" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "treeCache1 should not be invalidated in case of LOCAL put in treeCache2" appears 3 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 23 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 18 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "k2" appears 7 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "v2" appears 7 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "double remove" appears 2 times in the file. | 144 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 159 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 5 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 5 times in the file. | 203 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 3 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 3 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "k3" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "v3" appears 2 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "k4" appears 2 times in the file. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "v4" appears 2 times in the file. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "k5" appears 2 times in the file. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "v5" appears 2 times in the file. | 314 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/1/2/3" appears 6 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "item" appears 14 times in the file. | 347 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 349 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/1" appears 12 times in the file. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/1/2" appears 3 times in the file. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 13 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 14 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 24 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 24 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 25 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 3 times in the file. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 25 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 3 times in the file. | 31 | |
| extension | MultipleStringLiteralsExtended | The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. | 41 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "Value should be set" appears 3 times in the file. | 69 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 28 | |
| extension | MultipleStringLiteralsExtended | The String "replSync" appears 3 times in the file. | 34 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Should be null" appears 2 times in the file. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "STATUS" appears 9 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "TRADE" appears 9 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "key7" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "/test/fqn" appears 2 times in the file. | 72 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 2 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 73 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "/test/fqn/child" appears 2 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "Node [" appears 3 times in the file. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b" appears 3 times in the file. | 148 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 6 times in the file. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 23 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 9 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 10 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 4 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 4 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 7 times in the file. | 142 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Caught Exception" appears 2 times in the file. | 145 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 167 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 252 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 274 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "Duration: " appears 2 times in the file. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 24 | |
| extension | MultipleStringLiteralsExtended | The String "v" appears 2 times in the file. | 24 |